diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:21 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-12 12:18:29 +1000 |
commit | 231923bd0e06cba69f7c2028f4a68602b8d22160 (patch) | |
tree | 91e3864e87f3de86de8ad0ed55a829cbdf797545 /fs/namespace.c | |
parent | 353633100d8d684ac0acae4ce93fb833f92881f4 (diff) | |
download | linux-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.c | 1 |
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; } } |