diff options
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_qm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 492840b2a354..00fb54d48999 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c | |||
@@ -1905,9 +1905,7 @@ xfs_qm_quotacheck( | |||
1905 | */ | 1905 | */ |
1906 | if ((error = xfs_bulkstat(mp, &lastino, &count, | 1906 | if ((error = xfs_bulkstat(mp, &lastino, &count, |
1907 | xfs_qm_dqusage_adjust, NULL, | 1907 | xfs_qm_dqusage_adjust, NULL, |
1908 | structsz, NULL, | 1908 | structsz, NULL, BULKSTAT_FG_IGET, &done))) |
1909 | BULKSTAT_FG_IGET|BULKSTAT_FG_VFSLOCKED, | ||
1910 | &done))) | ||
1911 | break; | 1909 | break; |
1912 | 1910 | ||
1913 | } while (! done); | 1911 | } while (! done); |