From: zab Date: Fri, 5 Dec 2003 23:51:27 +0000 (+0000) Subject: - bring the generic_hweight32 x86_64 insmod fix over from b_eq X-Git-Tag: v1_7_100~2957 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7d3a8a2e9cc40580dd60093192429944604dfdad;p=fs%2Flustre-release.git - bring the generic_hweight32 x86_64 insmod fix over from b_eq --- diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index f2c79f0..ec14d7c 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -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. */