hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/fs/fscache/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config FSCACHE
34 tristate "General filesystem local caching manager"
....@@ -7,7 +8,7 @@
78 Different sorts of caches can be plugged in, depending on the
89 resources available.
910
10
- See Documentation/filesystems/caching/fscache.txt for more information.
11
+ See Documentation/filesystems/caching/fscache.rst for more information.
1112
1213 config FSCACHE_STATS
1314 bool "Gather statistical information on local caching"
....@@ -24,7 +25,7 @@
2425 between CPUs. On the other hand, the stats are very useful for
2526 debugging purposes. Saying 'Y' here is recommended.
2627
27
- See Documentation/filesystems/caching/fscache.txt for more information.
28
+ See Documentation/filesystems/caching/fscache.rst for more information.
2829
2930 config FSCACHE_HISTOGRAM
3031 bool "Gather latency information on local caching"
....@@ -41,7 +42,7 @@
4142 bouncing between CPUs. On the other hand, the histogram may be
4243 useful for debugging purposes. Saying 'N' here is recommended.
4344
44
- See Documentation/filesystems/caching/fscache.txt for more information.
45
+ See Documentation/filesystems/caching/fscache.rst for more information.
4546
4647 config FSCACHE_DEBUG
4748 bool "Debug FS-Cache"
....@@ -51,7 +52,7 @@
5152 management module. If this is set, the debugging output may be
5253 enabled by setting bits in /sys/modules/fscache/parameter/debug.
5354
54
- See Documentation/filesystems/caching/fscache.txt for more information.
55
+ See Documentation/filesystems/caching/fscache.rst for more information.
5556
5657 config FSCACHE_OBJECT_LIST
5758 bool "Maintain global object list for debugging purposes"