Kconfig 782 B

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