On Sep 11, 2007 19:07 -0500, Jose R. Santos wrote: > @@ -1248,13 +1248,17 @@ static int ext4_check_descriptors (struct super_block * sb) > ext4_fsblk_t inode_table; > struct ext4_group_desc * gdp = NULL; > int desc_block = 0; > + int flexbg_bg = 0; > int i; > > + if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG)) > + flexbg_flag = 1; Umm, have you compiled this? "int flexbg_bg" and "flexbg_flag"... Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html