aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2010-04-07 15:14:27 -0400
committerJames Morris <jmorris@namei.org>2010-04-11 22:18:30 -0400
commit4b61d12c84293ac061909f27f567c1905e4d90e3 (patch)
treedfab10311d1b6be7667600307c72379c6779d32d /fs/namespace.c
parent231923bd0e06cba69f7c2028f4a68602b8d22160 (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.c2
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;