| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | |
|---|
| 2 | 3 | config FSCACHE |
|---|
| 3 | 4 | tristate "General filesystem local caching manager" |
|---|
| .. | .. |
|---|
| 7 | 8 | Different sorts of caches can be plugged in, depending on the |
|---|
| 8 | 9 | resources available. |
|---|
| 9 | 10 | |
|---|
| 10 | | - See Documentation/filesystems/caching/fscache.txt for more information. |
|---|
| 11 | + See Documentation/filesystems/caching/fscache.rst for more information. |
|---|
| 11 | 12 | |
|---|
| 12 | 13 | config FSCACHE_STATS |
|---|
| 13 | 14 | bool "Gather statistical information on local caching" |
|---|
| .. | .. |
|---|
| 24 | 25 | between CPUs. On the other hand, the stats are very useful for |
|---|
| 25 | 26 | debugging purposes. Saying 'Y' here is recommended. |
|---|
| 26 | 27 | |
|---|
| 27 | | - See Documentation/filesystems/caching/fscache.txt for more information. |
|---|
| 28 | + See Documentation/filesystems/caching/fscache.rst for more information. |
|---|
| 28 | 29 | |
|---|
| 29 | 30 | config FSCACHE_HISTOGRAM |
|---|
| 30 | 31 | bool "Gather latency information on local caching" |
|---|
| .. | .. |
|---|
| 41 | 42 | bouncing between CPUs. On the other hand, the histogram may be |
|---|
| 42 | 43 | useful for debugging purposes. Saying 'N' here is recommended. |
|---|
| 43 | 44 | |
|---|
| 44 | | - See Documentation/filesystems/caching/fscache.txt for more information. |
|---|
| 45 | + See Documentation/filesystems/caching/fscache.rst for more information. |
|---|
| 45 | 46 | |
|---|
| 46 | 47 | config FSCACHE_DEBUG |
|---|
| 47 | 48 | bool "Debug FS-Cache" |
|---|
| .. | .. |
|---|
| 51 | 52 | management module. If this is set, the debugging output may be |
|---|
| 52 | 53 | enabled by setting bits in /sys/modules/fscache/parameter/debug. |
|---|
| 53 | 54 | |
|---|
| 54 | | - See Documentation/filesystems/caching/fscache.txt for more information. |
|---|
| 55 | + See Documentation/filesystems/caching/fscache.rst for more information. |
|---|
| 55 | 56 | |
|---|
| 56 | 57 | config FSCACHE_OBJECT_LIST |
|---|
| 57 | 58 | bool "Maintain global object list for debugging purposes" |
|---|