From 0f5b5cf730167e851f8289f41bf9af435b6013ab Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 5 Oct 2020 13:54:43 -1000 Subject: kernel: clean up XATTR config symbols Extended attributes are required for overlayfs and have hence been long ago enabled for jffs2, but should be enabled unconditionally for all other filesystems which may potentially serve as overlayfs' upper directory. Previously it was inconsistently added in multiple targets. Add symbols to generic kernel config and remove all *_XATTR symbols from target configs. Signed-off-by: Paul Spooren [keep things as they are for squashfs, improve commit message] Signed-off-by: Daniel Golle --- target/linux/uml/config/i386 | 1 - target/linux/uml/config/x86_64 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/uml/config') diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index 353d021cec..94a972792a 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -30,7 +30,6 @@ CONFIG_DNOTIFY=y # CONFIG_EARLY_PRINTK is not set CONFIG_EXT4_FS=y CONFIG_F2FS_FS=y -CONFIG_F2FS_FS_XATTR=y CONFIG_F2FS_STAT_FS=y CONFIG_FAILOVER=y CONFIG_FS_IOMAP=y diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index f5d59d2f28..988ef22faf 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -32,7 +32,6 @@ CONFIG_DNOTIFY=y # CONFIG_EARLY_PRINTK is not set CONFIG_EXT4_FS=y CONFIG_F2FS_FS=y -CONFIG_F2FS_FS_XATTR=y CONFIG_F2FS_STAT_FS=y CONFIG_FAILOVER=y CONFIG_FS_IOMAP=y -- cgit v1.2.3