From 7d3a8a2e9cc40580dd60093192429944604dfdad Mon Sep 17 00:00:00 2001 From: zab Date: Fri, 5 Dec 2003 23:51:27 +0000 Subject: [PATCH] - bring the generic_hweight32 x86_64 insmod fix over from b_eq --- lustre/lvfs/fsfilt_ext3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 1.8.3.1