]> git.baikalelectronics.ru Git - kernel.git/commit
VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:18 +0000 (14:20 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:18 +0000 (14:20 -0700)
commitcf458111cea50a53e3faac7d1fd089bf0d9f2909
treee98ec006186a5d18fac2189dc1d6ece1fda9541f
parent7b31830804b50a4a8e49748ebd067b84c0eee2be
VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().

 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>
fs/namei.c