Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89411
b: refs/heads/master
c: 5b13973
h: refs/heads/master
i:
  89409: ee1bb58
  89407: 11f0b87
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Apr 18, 2008
1 parent d61acb5 commit 2252e70
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 714082bc12b6c305f825411df02177efcb0085f1
refs/heads/master: 5b1397385bf536cbdb60f3362f44079d15d5f5ee
6 changes: 2 additions & 4 deletions trunk/fs/xfs/quota/xfs_qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ xfs_qm_qino_alloc(
}


STATIC int
STATIC void
xfs_qm_reset_dqcounts(
xfs_mount_t *mp,
xfs_buf_t *bp,
Expand Down Expand Up @@ -1478,8 +1478,6 @@ xfs_qm_reset_dqcounts(
ddq->d_rtbwarns = 0;
ddq = (xfs_disk_dquot_t *) ((xfs_dqblk_t *)ddq + 1);
}

return 0;
}

STATIC int
Expand Down Expand Up @@ -1520,7 +1518,7 @@ xfs_qm_dqiter_bufs(
if (error)
break;

(void) xfs_qm_reset_dqcounts(mp, bp, firstid, type);
xfs_qm_reset_dqcounts(mp, bp, firstid, type);
xfs_bdwrite(mp, bp);
/*
* goto the next block.
Expand Down

0 comments on commit 2252e70

Please sign in to comment.