From: Miklos Szeredi Date: Wed, 17 Oct 2007 06:27:08 +0000 (-0700) Subject: exec: remove unnecessary check for MNT_NOEXEC X-Git-Tag: v2.6.24-rc1~691 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a159dd229e6a70e3ffd3f785cb51fa61b232279;p=pandora-kernel.git exec: remove unnecessary check for MNT_NOEXEC vfs_permission(MAY_EXEC) checks if the filesystem is mounted with "noexec", so there's no need to repeat this check in sys_uselib() and open_exec(). Signed-off-by: Miklos Szeredi Cc: Al Viro Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed