diff options
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index 01e274b902c0..0c5ee5ec7ee4 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c | |||
@@ -66,7 +66,7 @@ xfs_quiesce_fs( | |||
66 | int count = 0, pincount; | 66 | int count = 0, pincount; |
67 | 67 | ||
68 | xfs_flush_buftarg(mp->m_ddev_targp, 0); | 68 | xfs_flush_buftarg(mp->m_ddev_targp, 0); |
69 | xfs_finish_reclaim_all(mp, 0); | 69 | xfs_finish_reclaim_all(mp, 0, XFS_IFLUSH_DELWRI_ELSE_ASYNC); |
70 | 70 | ||
71 | /* This loop must run at least twice. | 71 | /* This loop must run at least twice. |
72 | * The first instance of the loop will flush | 72 | * The first instance of the loop will flush |