arch/arm/configs/axm55xx_defconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
CONFIG_FSCACHE_HISTOGRAM, CONFIG_CACHEFILES_HISTOGRAM and
CONFIG_FSCACHE_OBJECT_LIST were removed in v5.15, and
CONFIG_FSCACHE_DEBUG was renamed to CONFIG_NETFS_DEBUG in v6.11, so
none of these lines has any effect any more.
Drop the removed options and select NETFS_DEBUG in place of
FSCACHE_DEBUG, keeping the debugging support this defconfig has always
asked for rather than silently losing it.
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
arch/arm/configs/axm55xx_defconfig | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/arm/configs/axm55xx_defconfig b/arch/arm/configs/axm55xx_defconfig
index 541e38e2205b1..7582c964fba0a 100644
--- a/arch/arm/configs/axm55xx_defconfig
+++ b/arch/arm/configs/axm55xx_defconfig
@@ -196,13 +196,10 @@ CONFIG_EXT4_FS=y
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=y
CONFIG_CUSE=y
+CONFIG_NETFS_DEBUG=y
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
-CONFIG_FSCACHE_HISTOGRAM=y
-CONFIG_FSCACHE_DEBUG=y
-CONFIG_FSCACHE_OBJECT_LIST=y
CONFIG_CACHEFILES=y
-CONFIG_CACHEFILES_HISTOGRAM=y
CONFIG_ISO9660_FS=y
CONFIG_UDF_FS=y
CONFIG_MSDOS_FS=y
--
2.53.0
On Sat, Sep 5, 2026, at 07:22, Karl Mehltretter wrote:
> CONFIG_FSCACHE_HISTOGRAM, CONFIG_CACHEFILES_HISTOGRAM and
> CONFIG_FSCACHE_OBJECT_LIST were removed in v5.15, and
> CONFIG_FSCACHE_DEBUG was renamed to CONFIG_NETFS_DEBUG in v6.11, so
> none of these lines has any effect any more.
>
> Drop the removed options and select NETFS_DEBUG in place of
> FSCACHE_DEBUG, keeping the debugging support this defconfig has always
> asked for rather than silently losing it.
>
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
> arch/arm/configs/axm55xx_defconfig | 5 +----
I'm going to post a patch to remove all of axm55xx soon, so
I think we can skip this one, otherwise it obviously looks
correct.
Arnd
© 2016 - 2026 Red Hat, Inc.