diff options
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index 566eb79..450bde6 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -1085,6 +1085,7 @@ xfs_unmountfs( * any discard operation. */ xfs_extent_busy_wait_all(mp); + flush_workqueue(xfs_discard_wq); /* * We now need to tell the world we are unmounting. This will allow |