From c6bdfa254c01af40a25bd5991ec6e5b16b3c2dd7 Mon Sep 17 00:00:00 2001 From: "gunsoo83.kim" Date: Mon, 21 Nov 2011 21:57:38 +0900 Subject: [PATCH] =?utf8?q?[Title]=20Enable=20ext4=20filesystem=20[Type]=20?= =?utf8?q?Added=20features=20[Module]=20filesystem=20[Priority]=20[CQ#]=20?= =?utf8?q?n/a=20[Redmine#]=20n/a=20[Problem]=C2=A0=20[Cause]=C2=A0=20[Solu?= =?utf8?q?tion]=C2=A0Modify=20i386=5Femul=5Fdefconfig=20[TestCase]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- arch/x86/configs/i386_emul_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/x86/configs/i386_emul_defconfig b/arch/x86/configs/i386_emul_defconfig index 1a60d3d99f97..1b0b5cc77c4e 100644 --- a/arch/x86/configs/i386_emul_defconfig +++ b/arch/x86/configs/i386_emul_defconfig @@ -2148,7 +2148,11 @@ CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y -# CONFIG_EXT4_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_XATTR=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y -- 2.34.1