David Howells | 06b3db1 | 2009-04-03 16:42:36 +0100 | [diff] [blame^] | 1 | |
| 2 | config FSCACHE |
| 3 | tristate "General filesystem local caching manager" |
| 4 | depends on EXPERIMENTAL |
| 5 | select SLOW_WORK |
| 6 | help |
| 7 | This option enables a generic filesystem caching manager that can be |
| 8 | used by various network and other filesystems to cache data locally. |
| 9 | Different sorts of caches can be plugged in, depending on the |
| 10 | resources available. |
| 11 | |
| 12 | See Documentation/filesystems/caching/fscache.txt for more information. |
| 13 | |
| 14 | config FSCACHE_DEBUG |
| 15 | bool "Debug FS-Cache" |
| 16 | depends on FSCACHE |
| 17 | help |
| 18 | This permits debugging to be dynamically enabled in the local caching |
| 19 | management module. If this is set, the debugging output may be |
| 20 | enabled by setting bits in /sys/modules/fscache/parameter/debug. |
| 21 | |
| 22 | See Documentation/filesystems/caching/fscache.txt for more information. |