[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251013120753.101582-1-andreas@kemnade.info>
Date: Mon, 13 Oct 2025 14:07:53 +0200
From: Andreas Kemnade <andreas@...nade.info>
To: aaro.koskinen@....fi,
andreas@...nade.info,
khilman@...libre.com,
rogerq@...nel.org,
tony@...mide.com,
linux@...linux.org.uk,
tytso@....edu,
lukas.bulwahn@...hat.com,
linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arm: omap2plus_defconfig: enable ext4 directly
In former times, ext4 was enabled implicitely by enabling ext3 but with
the ext3 fs gone, it does not get enabled, which lets devices fail to
mount root on non-initrd based boots with an ext4 root.
Fixes: d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
Signed-off-by: Andreas Kemnade <andreas@...nade.info>
---
arch/arm/configs/omap2plus_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 1d5f752417398..1499e1744dafb 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -679,7 +679,8 @@ CONFIG_TWL4030_USB=m
CONFIG_COUNTER=m
CONFIG_TI_EQEP=m
CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
--
2.47.3
Powered by blists - more mailing lists