File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ config NETFS_STATS
22
22
between CPUs. On the other hand, the stats are very useful for
23
23
debugging purposes. Saying 'Y' here is recommended.
24
24
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
+
25
33
config FSCACHE
26
34
bool "General filesystem local caching manager"
27
35
depends on NETFS_SUPPORT
@@ -50,13 +58,3 @@ config FSCACHE_STATS
50
58
debugging purposes. Saying 'Y' here is recommended.
51
59
52
60
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.
You can’t perform that action at this time.
0 commit comments