OSDN Git Service

f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / namespace.c
index cee965d..e6585f2 100644 (file)
@@ -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;
 }