On Aug 28, 2008 13:36 -0400, Theodore Ts'o wrote: > And here's the short-term fix. With this patch, e2fsprogs will work > on ext4 filesystems with flex_bg. Interested in working on the > long-term fix, where we put all or most of the resizing logic in the > kernel? :-) Yes, that was my thought also. The setup_new_group_blocks() can already do pretty much everything, the only piece lacking in the past was the ability to specify the raid stride, but that is now in the superblock also. What would be good is to fix up setup_new_group_blocks() if GDT_CSUM[*] feature is set to flag uninit_bg groups and set the itable_unused field. We still need the itable zeroing, but setting ITABLE_ZERO flag will save possibly duplicate work later. Cheers, Andreas [*] maybe we should add an UNINIT_BG #define and move over to that slowly? -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, 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