Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: Update axm55xx FS-Cache options
@ 2026-09-05  5:22 Karl Mehltretter
  2026-09-05  8:33 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Mehltretter @ 2026-09-05  5:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Karl Mehltretter, Arnd Bergmann, linux-arm-kernel, linux-kernel

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-05  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05  5:22 [PATCH] ARM: configs: Update axm55xx FS-Cache options Karl Mehltretter
2026-09-05  8:33 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox