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:
6f926b5
)
VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:18 +0000
(14:20 -0700)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:18 +0000
(14:20 -0700)
This will allow nfs_permission() to perform additional optimizations when
walking the path, by folding the ACCESS(MAY_EXEC) call on the directory
into the lookup revalidation.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found