summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorEric Paris2010-04-07 21:14:21 +0200
committerJames Morris2010-04-12 04:18:29 +0200
commit231923bd0e06cba69f7c2028f4a68602b8d22160 (patch)
tree91e3864e87f3de86de8ad0ed55a829cbdf797545 /fs
parentsecurity: remove sb_check_sb hooks (diff)
downloadkernel-qcow2-linux-231923bd0e06cba69f7c2028f4a68602b8d22160.tar.gz
kernel-qcow2-linux-231923bd0e06cba69f7c2028f4a68602b8d22160.tar.xz
kernel-qcow2-linux-231923bd0e06cba69f7c2028f4a68602b8d22160.zip
security: remove dead hook sb_umount_close
Unused hook. Remove. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index c1d0d877bab7..8aea78c8e760 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -628,7 +628,6 @@ repeat:
mnt->mnt_pinned = 0;
spin_unlock(&vfsmount_lock);
acct_auto_close_mnt(mnt);
- security_sb_umount_close(mnt);
goto repeat;
}
}