diff options
author | Eric Paris <eparis@redhat.com> | 2010-04-07 15:14:27 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-04-11 22:18:30 -0400 |
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) | |||
1116 | retval = 0; | 1116 | retval = 0; |
1117 | } | 1117 | } |
1118 | spin_unlock(&vfsmount_lock); | 1118 | spin_unlock(&vfsmount_lock); |
1119 | if (retval) | ||
1120 | security_sb_umount_busy(mnt); | ||
1121 | up_write(&namespace_sem); | 1119 | up_write(&namespace_sem); |
1122 | release_mounts(&umount_list); | 1120 | release_mounts(&umount_list); |
1123 | return retval; | 1121 | return retval; |