Message ID | 20240221155033.44160-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 82abf00ecc692c1eeb7711c4caac19081b67e034 |
Headers | show |
Series | arm64: defconfig: drop ext2 filesystem and redundant ext3 | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 21 Feb 2024 16:50:33 +0100 you wrote: > ext4 filesystem can mount ext2, so drop CONFIG_EXT2_FS to make builds a > bit faster. Drop also redundant CONFIG_EXT3_FS, because it just > selectes EXT4_FS. > > Suggested-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > [...] Here is the summary with links: - arm64: defconfig: drop ext2 filesystem and redundant ext3 https://git.kernel.org/soc/soc/c/82abf00ecc69 You are awesome, thank you!
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e6cf3e5d63c3..08a4a3102f08 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1571,8 +1571,7 @@ CONFIG_RZ_MTU3_CNT=m CONFIG_HTE=y CONFIG_HTE_TEGRA194=y CONFIG_HTE_TEGRA194_TEST=m -CONFIG_EXT2_FS=y -CONFIG_EXT3_FS=y +CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS_POSIX_ACL=y
ext4 filesystem can mount ext2, so drop CONFIG_EXT2_FS to make builds a bit faster. Drop also redundant CONFIG_EXT3_FS, because it just selectes EXT4_FS. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/configs/defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)