]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
kernel: ext4 module handles ext{2,3} filesystems.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jul 2011 13:55:26 +0000 (15:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jul 2011 13:55:26 +0000 (15:55 +0200)
From now on, the ext4 kernel module handles ext2 and ext3 formatted
filesystem as well. ext2 and ext3 filesystems remain in their format
and are NOT converted to ext4.
But we will be able to drop the ext2 and ext3 modules which will
decrease the footprint size of the kernel, because ext4 code handles
the legacy filesystems, too.

pkgs/kernel/config
pkgs/kernel/kernel.nm

index 9070effef0570ec26277603527a587642b771b07..fa179a9a2812f49ae8950f3854d9772581ba3e0f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/i386 2.6.39 Kernel Configuration
-# Wed May 25 20:12:13 2011
+# Mon Jul 25 13:53:09 2011
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3776,24 +3776,14 @@ CONFIG_SIGMA=m
 #
 # File systems
 #
-CONFIG_EXT2_FS=m
-CONFIG_EXT2_FS_XATTR=y
-CONFIG_EXT2_FS_POSIX_ACL=y
-CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT2_FS_XIP=y
-CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
-CONFIG_EXT3_FS_XATTR=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+# CONFIG_EXT2_FS is not set
+# CONFIG_EXT3_FS is not set
 CONFIG_EXT4_FS=m
+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_FS_XIP=y
-CONFIG_JBD=m
-# CONFIG_JBD_DEBUG is not set
 CONFIG_JBD2=m
 # CONFIG_JBD2_DEBUG is not set
 CONFIG_FS_MBCACHE=m
index 4f637c73aaaa77efcb57bb85635cf0b945a90974..f1d3dcd9f52fcc6a30cc6ac2c585b905ee447c0b 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = linux
 PKG_VER        = 2.6.39
-PKG_REL        = 2
+PKG_REL        = 3
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUPS     = System/Kernels