On Sun, Dec 14, 2014 at 10:32:12PM -0500, Theodore Ts'o wrote: > On Fri, Nov 07, 2014 at 01:54:33PM -0800, Darrick J. Wong wrote: > > + case 'b': > > + flags |= RESIZE_ENABLE_64BIT; > > + break; > > + case 's': > > + flags |= RESIZE_DISABLE_64BIT; > > + break; > > Out of curiosity, how did you come up with the options -b and -s? > "big" and "small"? > > It's not necessarily the most mnemonic, but I can't come up with > anything better, myself. Yep. It's also tempting to fix up tune2fs to detect "-O 64bit" and call out to resize2fs, but that's another discussion. --D > > - Ted > -- > 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 -- 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