From: Chuck Ebbert Date: Mon, 15 Feb 2010 23:07:39 +0000 (-0500) Subject: vfs: don't call ima_file_check() unconditionally in nfsd_open() X-Git-Tag: v2.6.33~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeaa5ccd6421fbf9e7ded0ac67b12ea2b9fcf51e;p=pandora-kernel.git vfs: don't call ima_file_check() unconditionally in nfsd_open() commit 1e41568d7378d1ba8c64ba137b9ddd00b59f893a ("Take ima_path_check() in nfsd past dentry_open() in nfsd_open()") moved this code back to its original location but missed the "else". Signed-off-by: Chuck Ebbert Signed-off-by: Al Viro --- Reading git-diff-tree failed