diff mbox

[02/12] tune2fs: do not allow disabling ea_inode feature

Message ID 20170626134348.1240-2-tahsin@google.com
State Accepted, archived
Headers show

Commit Message

Tahsin Erdogan June 26, 2017, 1:43 p.m. UTC
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@google.com>
---
 misc/tune2fs.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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,