hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/cachefiles/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config CACHEFILES
34 tristate "Filesystem caching on files"
....@@ -7,7 +8,7 @@
78 filesystems - primarily networking filesystems - thus allowing fast
89 local disk to enhance the speed of slower devices.
910
10
- See Documentation/filesystems/caching/cachefiles.txt for more
11
+ See Documentation/filesystems/caching/cachefiles.rst for more
1112 information.
1213
1314 config CACHEFILES_DEBUG
....@@ -35,5 +36,5 @@
3536 bouncing between CPUs. On the other hand, the histogram may be
3637 useful for debugging purposes. Saying 'N' here is recommended.
3738
38
- See Documentation/filesystems/caching/cachefiles.txt for more
39
+ See Documentation/filesystems/caching/cachefiles.rst for more
3940 information.