projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c54eb
)
[Title] Enable ext4 filesystem
author
gunsoo83.kim
<gunsoo83.kim@samsung.com>
Mon, 21 Nov 2011 12:57:38 +0000
(21:57 +0900)
committer
gunsoo83.kim
<gunsoo83.kim@samsung.com>
Mon, 21 Nov 2011 12:57:38 +0000
(21:57 +0900)
[Type] Added features
[Module] filesystem
[Priority]
[CQ#] n/a
[Redmine#] n/a
[Problem]
[Cause]
[Solution] Modify i386_emul_defconfig
[TestCase]
arch/x86/configs/i386_emul_defconfig
patch
|
blob
|
history
diff --git
a/arch/x86/configs/i386_emul_defconfig
b/arch/x86/configs/i386_emul_defconfig
index 1a60d3d99f97c373374498f0a5529fbfc6c6ece5..1b0b5cc77c4eab76d31203abe35f384ac8a18fb6 100644
(file)
--- 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