From: johann Date: Wed, 14 Oct 2009 00:03:56 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_2_01~1^2~42 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=db5cdf37617af64992d54e285b3f81e3ab369c14;p=fs%2Flustre-release.git Branch b1_8 b=19763 remove EXT3_FEATURE_RO_COMPAT_GDT_CSUM check because it causes build failures. Will get this fixed asap. --- 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;