aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_qm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c
index 93cafacbed3c..c704ea0115d5 100644
--- a/fs/xfs/xfs_qm.c
+++ b/fs/xfs/xfs_qm.c
@@ -1661,7 +1661,7 @@ xfs_qm_quotacheck(
1661 * successfully. 1661 * successfully.
1662 */ 1662 */
1663 if (!error) 1663 if (!error)
1664 error = xfs_qm_dqflush_all(mp, SYNC_TRYLOCK); 1664 error = xfs_qm_dqflush_all(mp, 0);
1665 1665
1666 /* 1666 /*
1667 * We can get this error if we couldn't do a dquot allocation inside 1667 * We can get this error if we couldn't do a dquot allocation inside