Whamcloud - gitweb
- the merge issue fix missed in commit for 13818.
authortappro <tappro>
Wed, 7 Nov 2007 22:40:29 +0000 (22:40 +0000)
committertappro <tappro>
Wed, 7 Nov 2007 22:40:29 +0000 (22:40 +0000)
  b:13818

lustre/lvfs/fsfilt_ext3.c

index ce5532b..ba6f612 100644 (file)
@@ -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;