Applied, with some minor fixups so it works with the extents_status tree patches, and also to fix a buglet which in fs/ext4/super.c: > @@ -1447,13 +1445,10 @@ static const struct mount_opts { > {Opt_data_journal, EXT4_MOUNT_JOURNAL_DATA, MOPT_DATAJ}, > {Opt_data_ordered, EXT4_MOUNT_ORDERED_DATA, MOPT_DATAJ}, > {Opt_data_writeback, EXT4_MOUNT_WRITEBACK_DATA, MOPT_DATAJ}, > -#ifdef CONFIG_EXT4_FS_XATTR > {Opt_user_xattr, EXT4_MOUNT_XATTR_USER, MOPT_SET}, > {Opt_nouser_xattr, EXT4_MOUNT_XATTR_USER, MOPT_CLEAR}, > -#else > {Opt_user_xattr, 0, MOPT_NOSUPPORT}, > {Opt_nouser_xattr, 0, MOPT_NOSUPPORT}, > -#endif The table entries between the #else and #endif in the above patch chunlk needs to be removed as well. I've fixed this in my tree. Regards, - 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