[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240725080530.2089573-1-geert+renesas@glider.be>
Date: Thu, 25 Jul 2024 10:05:30 +0200
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Christian Brauner <brauner@...nel.org>,
David Howells <dhowells@...hat.com>,
Jeff Layton <jlayton@...nel.org>
Cc: netfs@...ts.linux.dev,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] netfs: Fix dependency of NETFS_DEBUG
The configuration symbol "NETFS" does not exist.
Its proper name is "NETFS_SUPPORT".
Fixes: fcad93360df4d04b ("netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG")
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
fs/netfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/netfs/Kconfig b/fs/netfs/Kconfig
index 1b78e8b65ebc142d..7701c037c3283f27 100644
--- a/fs/netfs/Kconfig
+++ b/fs/netfs/Kconfig
@@ -24,7 +24,7 @@ config NETFS_STATS
config NETFS_DEBUG
bool "Enable dynamic debugging netfslib and FS-Cache"
- depends on NETFS
+ depends on NETFS_SUPPORT
help
This permits debugging to be dynamically enabled in the local caching
management module. If this is set, the debugging output may be
--
2.34.1
Powered by blists - more mailing lists