From 2252e70d227da6ef83cc63fd4693c68220afe242 Mon Sep 17 00:00:00 2001 From: David Chinner Date: Thu, 10 Apr 2008 12:20:10 +1000 Subject: [PATCH] --- yaml --- r: 89411 b: refs/heads/master c: 5b1397385bf536cbdb60f3362f44079d15d5f5ee h: refs/heads/master i: 89409: ee1bb586461bb462eee4399720bdcc019835b47f 89407: 11f0b87d7785fbb988a091f7588abcc751cbd8b4 v: v3 --- [refs] | 2 +- trunk/fs/xfs/quota/xfs_qm.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 837d350be4c0..ebd60b51cc7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 714082bc12b6c305f825411df02177efcb0085f1 +refs/heads/master: 5b1397385bf536cbdb60f3362f44079d15d5f5ee diff --git a/trunk/fs/xfs/quota/xfs_qm.c b/trunk/fs/xfs/quota/xfs_qm.c index adbc7bb9fbaa..dec5f95e8470 100644 --- a/trunk/fs/xfs/quota/xfs_qm.c +++ b/trunk/fs/xfs/quota/xfs_qm.c @@ -1438,7 +1438,7 @@ xfs_qm_qino_alloc( } -STATIC int +STATIC void xfs_qm_reset_dqcounts( xfs_mount_t *mp, xfs_buf_t *bp, @@ -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 @@ -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.