summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:00:51 +0200
committerJan Luebbe <jluebbe@debian.org>2012-09-02 12:04:03 +0200
commitf551f3b30d3d2ab143e02de2a4ef0b6f53b0cddd (patch)
tree5eac1849bb43c351566dba1a51643727f4b2590b
parenta606c5257530fb63fe5513d82cfd457309c3efe1 (diff)
downloadplatform-pengutronix-versatilepb-f551f3b30d3d2ab143e02de2a4ef0b6f53b0cddd.tar.gz
platform-pengutronix-versatilepb-f551f3b30d3d2ab143e02de2a4ef0b6f53b0cddd.tar.xz
kernel: switch to ext4 implementation
The ext4 code in the kernel seems to be better maintained, so let's use it. This does also enable extended attributes. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--kernelconfig-3.5.318
1 files changed, 12 insertions, 6 deletions
diff --git a/kernelconfig-3.5.3 b/kernelconfig-3.5.3
index 0f825d8..a251d9b 100644
--- a/kernelconfig-3.5.3
+++ b/kernelconfig-3.5.3
@@ -1266,17 +1266,23 @@ CONFIG_VIRT_DRIVERS=y
#
# File systems
#
-CONFIG_EXT2_FS=y
-# CONFIG_EXT2_FS_XATTR is not set
-# CONFIG_EXT2_FS_XIP is not set
+# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
-# CONFIG_EXT4_FS is not set
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_USE_FOR_EXT23=y
+CONFIG_EXT4_FS_XATTR=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+# CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD2=y
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
-# CONFIG_FS_POSIX_ACL is not set
+CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
# CONFIG_DNOTIFY is not set
@@ -1480,7 +1486,7 @@ CONFIG_BITREVERSE=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
# CONFIG_CRC_CCITT is not set
-# CONFIG_CRC16 is not set
+CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y