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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] cc: Uwe Kleine-König <[email protected]> cc: Christian Brauner <[email protected]> cc: Jeff Layton <[email protected]> cc: [email protected] cc: [email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent a9d47a5 commit fcad933

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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)