Disabling ea_inode feature would require inlining all the existing xattr values that are currently stored in external inodes. This is not always possible. Just disallow it. Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx> --- misc/tune2fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 90746707064b..2a437b9fc7b7 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -180,7 +180,6 @@ static __u32 clear_ok_features[3] = { /* Incompat */ EXT2_FEATURE_INCOMPAT_FILETYPE | EXT4_FEATURE_INCOMPAT_FLEX_BG | - EXT4_FEATURE_INCOMPAT_EA_INODE| EXT4_FEATURE_INCOMPAT_MMP | EXT4_FEATURE_INCOMPAT_64BIT | EXT4_FEATURE_INCOMPAT_CSUM_SEED, -- 2.13.1.611.g7e3b11ae1-goog