git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a343bb7
)
VFS: Remove redundant open-coded mode bit check in prepare_binfmt().
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 23 Aug 2006 00:06:03 +0000
(20:06 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 24 Aug 2006 19:55:06 +0000
(15:55 -0400)
The check in prepare_binfmt() for inode->i_mode & 0111 is redundant,
since open_exec() will already have done that.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
(cherry picked from
822dec482ced07af32c378cd936d77345786572b
commit)
fs/exec.c
patch
|
blob
|
history
diff --cc
fs/exec.c
Simple merge