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:
3637c05
)
vfs: move MAY_EXEC check from __lookup_hash()
author
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 26 Mar 2012 10:54:21 +0000
(12:54 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 31 Mar 2012 20:03:16 +0000
(16:03 -0400)
The only caller of __lookup_hash() that needs the exec permission check on
parent is lookup_one_len().
All lookup_hash() callers already checked permission in LOOKUP_PARENT walk.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found