Blame view

fs/dlm/Kconfig 492 Bytes
a77b64560   Jan Engelhardt   menuconfig: trans...
1
  menuconfig DLM
e7fd41792   David Teigland   [DLM] The core of...
2
  	tristate "Distributed Lock Manager (DLM)"
a77b64560   Jan Engelhardt   menuconfig: trans...
3
  	depends on EXPERIMENTAL && INET
86c747d2a   Nicholas Bellinger   dlm: Make DLM dep...
4
  	depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
6ed7257b4   Patrick Caulfield   [DLM] Consolidate...
5
  	select IP_SCTP
e7fd41792   David Teigland   [DLM] The core of...
6
  	help
6ed7257b4   Patrick Caulfield   [DLM] Consolidate...
7
8
  	A general purpose distributed lock manager for kernel or userspace
  	applications.
fdda387f7   Patrick Caulfield   [DLM] Add support...
9

e7fd41792   David Teigland   [DLM] The core of...
10
11
12
13
  config DLM_DEBUG
  	bool "DLM debugging"
  	depends on DLM
  	help
6ed7257b4   Patrick Caulfield   [DLM] Consolidate...
14
15
16
  	Under the debugfs mount point, the name of each lockspace will
  	appear as a file in the "dlm" directory.  The output is the
  	list of resource and locks the local node knows about.