From: Trond Myklebust Date: Tue, 18 Oct 2005 21:20:18 +0000 (-0700) Subject: VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission(). X-Git-Tag: v2.6.15-rc1~733^2~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdce5d6b94b6182f6d8a5b7b52923933e98cbc92;p=pandora-kernel.git 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 --- Reading git-diff-tree failed