From: Linus Torvalds Date: Fri, 28 Aug 2009 17:53:56 +0000 (-0700) Subject: Simplify exec_permission_lite() further X-Git-Tag: v2.6.32-rc1~739^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ac9f6bfea6f21e8ab6dbbe46879d62a6fba8c0;p=pandora-kernel.git Simplify exec_permission_lite() further This function is only called for path components that are already known to be directories (they have a '->lookup' method). So don't bother doing that whole S_ISDIR() testing, the whole point of the 'lite()' version is that we know that we are looking at a directory component, and that we're only checking name lookup permission. Reviewed-by: James Morris Acked-by: Serge Hallyn Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed