From db5cdf37617af64992d54e285b3f81e3ab369c14 Mon Sep 17 00:00:00 2001 From: johann Date: Wed, 14 Oct 2009 00:03:56 +0000 Subject: [PATCH] Branch b1_8 b=19763 remove EXT3_FEATURE_RO_COMPAT_GDT_CSUM check because it causes build failures. Will get this fixed asap. --- lustre/lvfs/fsfilt_ext3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 91106b5..3f90f3e 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -2029,12 +2029,12 @@ static int fsfilt_ext3_quotacheck(struct super_block *sb, GOTO(out, rc); } } - +/* #ifdef HAVE_EXT4_LDISKFS if (EXT3_HAS_RO_COMPAT_FEATURE(sb, EXT3_FEATURE_RO_COMPAT_GDT_CSUM)) #else if (EXT3_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_GDT_CSUM)) -#endif +#endif */ /* This filesystem supports the uninit group feature */ uninit_feat = 1; -- 1.8.3.1