Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm: imx_v6_v7_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@kemnade.info>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andreas Kemnade and committed by
Shawn Guo
ff7b5a27 f31e2617

+3 -3
+3 -3
arch/arm/configs/imx_v6_v7_defconfig
··· 436 436 CONFIG_EXT2_FS_XATTR=y 437 437 CONFIG_EXT2_FS_POSIX_ACL=y 438 438 CONFIG_EXT2_FS_SECURITY=y 439 - CONFIG_EXT3_FS=y 440 - CONFIG_EXT3_FS_POSIX_ACL=y 441 - CONFIG_EXT3_FS_SECURITY=y 439 + CONFIG_EXT4_FS=y 440 + CONFIG_EXT4_FS_POSIX_ACL=y 441 + CONFIG_EXT4_FS_SECURITY=y 442 442 CONFIG_QUOTA=y 443 443 CONFIG_QUOTA_NETLINK_INTERFACE=y 444 444 CONFIG_AUTOFS_FS=y