]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: don't call ima_file_check() unconditionally in nfsd_open()
authorChuck Ebbert <cebbert@redhat.com>
Mon, 15 Feb 2010 23:07:39 +0000 (18:07 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 20 Feb 2010 05:47:31 +0000 (00:47 -0500)
commit5f0b735244861f62ac07cb4b2ab2241b5227d2c4
treef614a33edbd3daab32d616446eb45a526e68d21b
parent0cdd740a1449dc566b64f7f2761227ad37170865
vfs: don't call ima_file_check() unconditionally in nfsd_open()

commit 1fd78489a97ea6f57de549a4f4f90099e54c243c ("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 <cebbert@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfsd/vfs.c