diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:27 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-12 12:18:30 +1000 |
commit | 4b61d12c84293ac061909f27f567c1905e4d90e3 (patch) | |
tree | dfab10311d1b6be7667600307c72379c6779d32d /fs/namespace.c | |
parent | 231923bd0e06cba69f7c2028f4a68602b8d22160 (diff) |
security: remove dead hook sb_umount_busy
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 8aea78c8e760..6c9ca7358aad 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -1116,8 +1116,6 @@ static int do_umount(struct vfsmount *mnt, int flags) retval = 0; } spin_unlock(&vfsmount_lock); - if (retval) - security_sb_umount_busy(mnt); up_write(&namespace_sem); release_mounts(&umount_list); return retval; |