12345678910111213141516171819202122 |
- config FSCACHE
- tristate "General filesystem local caching manager"
- depends on EXPERIMENTAL
- select SLOW_WORK
- help
- This option enables a generic filesystem caching manager that can be
- used by various network and other filesystems to cache data locally.
- Different sorts of caches can be plugged in, depending on the
- resources available.
- See Documentation/filesystems/caching/fscache.txt for more information.
- config FSCACHE_DEBUG
- bool "Debug FS-Cache"
- depends on FSCACHE
- help
- This permits debugging to be dynamically enabled in the local caching
- management module. If this is set, the debugging output may be
- enabled by setting bits in /sys/modules/fscache/parameter/debug.
- See Documentation/filesystems/caching/fscache.txt for more information.
|