From: Trond Myklebust Date: Wed, 23 Aug 2006 00:06:03 +0000 (-0400) Subject: VFS: Remove redundant open-coded mode bit check in prepare_binfmt(). X-Git-Tag: v2.6.18-rc5~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9167b0b9a0ab7907191523f5a0528e3b9c288e21;p=pandora-kernel.git VFS: Remove redundant open-coded mode bit check in prepare_binfmt(). The check in prepare_binfmt() for inode->i_mode & 0111 is redundant, since open_exec() will already have done that. Signed-off-by: Trond Myklebust (cherry picked from 822dec482ced07af32c378cd936d77345786572b commit) --- Reading git-diff-tree failed