Whamcloud - gitweb
Branch b1_8
authorjohann <johann>
Wed, 14 Oct 2009 00:03:56 +0000 (00:03 +0000)
committerjohann <johann>
Wed, 14 Oct 2009 00:03:56 +0000 (00:03 +0000)
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

index 91106b5..3f90f3e 100644 (file)
@@ -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;