blob: 490f85b3fa590efd76ae504b51790a58900625d0 [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
David Teiglande7fd4172006-01-18 09:30:29 +000013config DLM_DEBUG
14 bool "DLM debugging"
15 depends on DLM
16 help
17 Under the debugfs mount point, the name of each lockspace will
18 appear as a file in the "dlm" directory. The output is the
19 list of resource and locks the local node knows about.
20
21endmenu