Kconfig 519 B

1234567891011121314151617181920
  1. menu "Distributed Lock Manager"
  2. depends on INET && IP_SCTP && EXPERIMENTAL
  3. config DLM
  4. tristate "Distributed Lock Manager (DLM)"
  5. depends on IPV6 || IPV6=n
  6. select CONFIGFS_FS
  7. help
  8. A general purpose distributed lock manager for kernel or userspace
  9. applications.
  10. config DLM_DEBUG
  11. bool "DLM debugging"
  12. depends on DLM
  13. help
  14. Under the debugfs mount point, the name of each lockspace will
  15. appear as a file in the "dlm" directory. The output is the
  16. list of resource and locks the local node knows about.
  17. endmenu