summaryrefslogtreecommitdiff
path: root/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index 073fdede739a..796e13b654b8 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1625,6 +1625,8 @@ static int do_umount(struct mount *mnt, int flags)
out:
unlock_mount_hash();
namespace_unlock();
+ if (retval == -EBUSY)
+ global_filetable_delayed_print(mnt);
return retval;
}