blob: 09e78bf6e7a46310e2af3a1f6390f486f3fb7896 [file] [log] [blame]
David Teiglande7fd4172006-01-18 09:30:29 +00001menu "Distributed Lock Manager"
2 depends on INET && EXPERIMENTAL
3
4config DLM
5 tristate "Distributed Lock Manager (DLM)"
David Teiglande7fd4172006-01-18 09:30:29 +00006 depends on IPV6 || IPV6=n
Steven Whitehouse96c2c002006-04-25 13:23:09 -04007 depends on IP_SCTP
David Teiglande7fd4172006-01-18 09:30:29 +00008 select CONFIGFS_FS
9 help
10 A general purpose distributed lock manager for kernel or userspace
11 applications.
12
13config DLM_DEVICE
14 tristate "DLM device for userspace access"
15 depends on DLM
16 help
17 This module creates a misc device through which the dlm lockspace
18 and locking functions become available to userspace applications
19 (usually through the libdlm library).
20
21config DLM_DEBUG
22 bool "DLM debugging"
23 depends on DLM
24 help
25 Under the debugfs mount point, the name of each lockspace will
26 appear as a file in the "dlm" directory. The output is the
27 list of resource and locks the local node knows about.
28
29endmenu