diff mbox series

[04/10] kernel: remove ext2 support from kernel

Message ID b53e38110a633a016d2a2b49189ee772804fe20f.1698621006.git.ehem+openwrt@m5p.com
State Superseded, archived
Headers show
Series Cleaning up x86 kernels | expand

Commit Message

Elliott Mitchell Oct. 30, 2023, 12:57 a.m. UTC
While functional and small during its time, ext2 support should no
longer be enabled by default.  For most purposes aside from memory
footprint, ext4 is rather superior.  Time to play Taps.

Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
---

I haven't done builds to confirm the size delta.  I suspect it won't
be very large. Mostly this is to finish killing off ext2 and make
sure no one tries to install a new system with ext2.
---
 target/linux/generic/config-5.15 | 3 +--
 target/linux/generic/config-6.1  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 7e08a9e096..a9a7f6783d 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1891,14 +1891,13 @@  CONFIG_EXPERT=y
 CONFIG_EXPORTFS=y
 # CONFIG_EXPORTFS_BLOCK_OPS is not set
 # CONFIG_EXT2_FS is not set
-CONFIG_EXT2_FS_XATTR=y
 # CONFIG_EXT3_FS is not set
 # CONFIG_EXT4_DEBUG is not set
 # CONFIG_EXT4_ENCRYPTION is not set
 # CONFIG_EXT4_FS is not set
 # CONFIG_EXT4_FS_POSIX_ACL is not set
 # CONFIG_EXT4_FS_SECURITY is not set
-CONFIG_EXT4_USE_FOR_EXT2=y
+# CONFIG_EXT4_USE_FOR_EXT2 is not set
 # CONFIG_EXTCON is not set
 # CONFIG_EXTCON_ADC_JACK is not set
 # CONFIG_EXTCON_ARIZONA is not set
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 39fe5c5d4e..3213932712 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -1977,14 +1977,13 @@  CONFIG_EXPERT=y
 CONFIG_EXPORTFS=y
 # CONFIG_EXPORTFS_BLOCK_OPS is not set
 # CONFIG_EXT2_FS is not set
-CONFIG_EXT2_FS_XATTR=y
 # CONFIG_EXT3_FS is not set
 # CONFIG_EXT4_DEBUG is not set
 # CONFIG_EXT4_ENCRYPTION is not set
 # CONFIG_EXT4_FS is not set
 # CONFIG_EXT4_FS_POSIX_ACL is not set
 # CONFIG_EXT4_FS_SECURITY is not set
-CONFIG_EXT4_USE_FOR_EXT2=y
+# CONFIG_EXT4_USE_FOR_EXT2 is not set
 # CONFIG_EXTCON is not set
 # CONFIG_EXTCON_ADC_JACK is not set
 # CONFIG_EXTCON_ARIZONA is not set