aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2010-04-07 15:14:21 -0400
committerJames Morris <jmorris@namei.org>2010-04-12 12:18:29 +1000
commit231923bd0e06cba69f7c2028f4a68602b8d22160 (patch)
tree91e3864e87f3de86de8ad0ed55a829cbdf797545 /fs/namespace.c
parent353633100d8d684ac0acae4ce93fb833f92881f4 (diff)
downloadkernel_samsung_smdk4412-231923bd0e06cba69f7c2028f4a68602b8d22160.zip
kernel_samsung_smdk4412-231923bd0e06cba69f7c2028f4a68602b8d22160.tar.gz
kernel_samsung_smdk4412-231923bd0e06cba69f7c2028f4a68602b8d22160.tar.bz2
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/namespace.c')
-rw-r--r--fs/namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index c1d0d87..8aea78c 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;
}
}