Skip to content

Commit fcad933

Browse files
dhowellsbrauner
authored andcommitted
netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG
CONFIG_FSCACHE_DEBUG should have been renamed to CONFIG_NETFS_DEBUG, so do that now. Signed-off-by: David Howells <dhowells@redhat.com> Link: https://lore.kernel.org/r/1410796.1721333406@warthog.procyon.org.uk cc: Uwe Kleine-König <ukleinek@kernel.org> cc: Christian Brauner <brauner@kernel.org> cc: Jeff Layton <jlayton@kernel.org> cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent a9d47a5 commit fcad933

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

fs/netfs/Kconfig

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ config NETFS_STATS
2222
between CPUs. On the other hand, the stats are very useful for
2323
debugging purposes. Saying 'Y' here is recommended.
2424

25+
config NETFS_DEBUG
26+
bool "Enable dynamic debugging netfslib and FS-Cache"
27+
depends on NETFS
28+
help
29+
This permits debugging to be dynamically enabled in the local caching
30+
management module. If this is set, the debugging output may be
31+
enabled by setting bits in /sys/module/netfs/parameters/debug.
32+
2533
config FSCACHE
2634
bool "General filesystem local caching manager"
2735
depends on NETFS_SUPPORT
@@ -50,13 +58,3 @@ config FSCACHE_STATS
5058
debugging purposes. Saying 'Y' here is recommended.
5159

5260
See Documentation/filesystems/caching/fscache.rst for more information.
53-
54-
config FSCACHE_DEBUG
55-
bool "Debug FS-Cache"
56-
depends on FSCACHE
57-
help
58-
This permits debugging to be dynamically enabled in the local caching
59-
management module. If this is set, the debugging output may be
60-
enabled by setting bits in /sys/modules/fscache/parameter/debug.
61-
62-
See Documentation/filesystems/caching/fscache.rst for more information.

0 commit comments

Comments
 (0)