diff options
Diffstat (limited to 'fs')
-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; |