xfs: add background scanning to clear eofblocks inodes
[deliverable/linux.git] / fs / xfs / xfs_mount.c
index 6f1c997704cdc8c8065a907dc4e7096d256fe3b4..41ae7e1590f5d82dda98e4b0fe29b89c3abfbf10 100644 (file)
@@ -1428,6 +1428,8 @@ xfs_unmountfs(
        __uint64_t              resblks;
        int                     error;
 
+       cancel_delayed_work_sync(&mp->m_eofblocks_work);
+
        xfs_qm_unmount_quotas(mp);
        xfs_rtunmount_inodes(mp);
        IRELE(mp->m_rootip);
This page took 0.024122 seconds and 5 git commands to generate.