Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permissio…
…n(). 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>
- Loading branch information