From: Michael Tremer Date: Mon, 25 Jul 2011 13:55:26 +0000 (+0200) Subject: kernel: ext4 module handles ext{2,3} filesystems. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc45716617f9d22e717dd2ce5a56fc53e69457e3;p=ipfire-3.x.git kernel: ext4 module handles ext{2,3} filesystems. 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. --- diff --git a/pkgs/kernel/config b/pkgs/kernel/config index 9070effef..fa179a9a2 100644 --- a/pkgs/kernel/config +++ b/pkgs/kernel/config @@ -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 diff --git a/pkgs/kernel/kernel.nm b/pkgs/kernel/kernel.nm index 4f637c73a..f1d3dcd9f 100644 --- a/pkgs/kernel/kernel.nm +++ b/pkgs/kernel/kernel.nm @@ -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 PKG_GROUPS = System/Kernels