Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280311
b: refs/heads/master
c: a7ef9bd
h: refs/heads/master
i:
  280309: 385e598
  280307: f916a34
  280303: c6edf36
v: v3
  • Loading branch information
Christoph Hellwig authored and Ben Myers committed Dec 12, 2011
1 parent b0d3d49 commit d219eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34625c661b01dab193c7e8a0151a63553e97cfdf
refs/heads/master: a7ef9bd79f488c643edfda7dedcbdb0a1b8e7552
7 changes: 3 additions & 4 deletions trunk/fs/xfs/xfs_qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ xfs_qm_unmount_quotas(
*/
STATIC int
xfs_qm_dqflush_all(
struct xfs_mount *mp,
int sync_mode)
struct xfs_mount *mp)
{
struct xfs_quotainfo *q = mp->m_quotainfo;
int recl;
Expand Down Expand Up @@ -451,7 +450,7 @@ xfs_qm_dqflush_all(
* across a disk write.
*/
mutex_unlock(&q->qi_dqlist_lock);
error = xfs_qm_dqflush(dqp, sync_mode);
error = xfs_qm_dqflush(dqp, 0);
xfs_dqunlock(dqp);
if (error)
return error;
Expand Down Expand Up @@ -1567,7 +1566,7 @@ xfs_qm_quotacheck(
* successfully.
*/
if (!error)
error = xfs_qm_dqflush_all(mp, 0);
error = xfs_qm_dqflush_all(mp);

/*
* We can get this error if we couldn't do a dquot allocation inside
Expand Down

0 comments on commit d219eb0

Please sign in to comment.