Whamcloud - gitweb
- bring the generic_hweight32 x86_64 insmod fix over from b_eq
[fs/lustre-release.git] / lustre / lvfs / fsfilt_ext3.c
index f2c79f0..ec14d7c 100644 (file)
@@ -191,7 +191,7 @@ static int fsfilt_ext3_credits_needed(int objcount, struct fsfilt_objinfo *fso)
         /* last_rcvd update */
         needed += EXT3_DATA_TRANS_BLOCKS;
 
-#ifdef CONFIG_QUOTA
+#if defined(CONFIG_QUOTA) && !defined(__x86_64__) /* XXX */
         /* We assume that there will be 1 bit set in s_dquot.flags for each
          * quota file that is active.  This is at least true for now.
          */