On Fri, Oct 11, 2013 at 05:27:18PM -0700, Darrick J. Wong wrote: [...] > > + */ > > + if ((fs_param.s_feature_incompat & EXT4_FEATURE_INCOMPAT_INLINE_DATA) && > > + !(fs_param.s_feature_compat & EXT2_FEATURE_COMPAT_EXT_ATTR)) { > > + com_err(program_name, 0, > > + _("Ext_attr feature not enabled, so inline_data " > > + "feature doesn't be specified")); > > "The inline_data feature requires the ext_attr feature." ? Ah, I have noticed that now we set xattr handler by default. So, yes, inline_data feature doesn't require the ext_attr feature. Thanks, - Zheng -- 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