From: Al Viro Date: Wed, 16 Dec 2009 06:01:38 +0000 (-0500) Subject: Sanitize exec_permission_lite() X-Git-Tag: v2.6.33-rc1~49^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75b5086be6504132eadb22a907854e0bf52e365;p=pandora-kernel.git Sanitize exec_permission_lite() Use the sucker in other places in pathname resolution that check MAY_EXEC for directories; lose the _lite from name, it's equivalent of full-blown inode_permission() for its callers (albeit still lighter, since large parts of generic_permission() do not apply for pure MAY_EXEC). Signed-off-by: Al Viro --- Reading git-diff-tree failed