blob: 2dbb422e81164f66f2ed8bf1a05ab8d5205160ff [file] [log] [blame]
Jan Engelhardta77b6452007-10-16 23:30:15 -07001menuconfig DLM
David Teiglande7fd4172006-01-18 09:30:29 +00002 tristate "Distributed Lock Manager (DLM)"
Jan Engelhardta77b6452007-10-16 23:30:15 -07003 depends on EXPERIMENTAL && INET
Adrian Bunk95511ad2007-07-07 06:14:02 +02004 depends on SYSFS && (IPV6 || IPV6=n)
David Teiglande7fd4172006-01-18 09:30:29 +00005 select CONFIGFS_FS
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +01006 select IP_SCTP
David Teiglande7fd4172006-01-18 09:30:29 +00007 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +01008 A general purpose distributed lock manager for kernel or userspace
9 applications.
Patrick Caulfieldfdda3872006-11-02 11:19:21 -050010
David Teiglande7fd4172006-01-18 09:30:29 +000011config DLM_DEBUG
12 bool "DLM debugging"
13 depends on DLM
14 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +010015 Under the debugfs mount point, the name of each lockspace will
16 appear as a file in the "dlm" directory. The output is the
17 list of resource and locks the local node knows about.