From: tappro Date: Wed, 7 Nov 2007 22:40:29 +0000 (+0000) Subject: - the merge issue fix missed in commit for 13818. X-Git-Tag: v1_7_0_51~523 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2a13fd889897080788abe250ee6f1253fd7ffe68;p=fs%2Flustre-release.git - the merge issue fix missed in commit for 13818. b:13818 --- diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index ce5532b..ba6f612 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -340,7 +340,7 @@ static int fsfilt_ext3_credits_needed(int objcount, struct fsfilt_objinfo *fso, * quota file that is active. This is at least true for now. */ needed += hweight32(sb_any_quota_enabled(sb)) * - FSFILT_SINGLEDATA_TRANS_BLOCKS(inode->i_sb); + FSFILT_SINGLEDATA_TRANS_BLOCKS(sb); #endif return needed;