1e7fd4179SDavid Teiglandmenu "Distributed Lock Manager" 2b98c95afSPatrick Caulfield depends on EXPERIMENTAL && INET 3e7fd4179SDavid Teigland 4e7fd4179SDavid Teiglandconfig DLM 5e7fd4179SDavid Teigland tristate "Distributed Lock Manager (DLM)" 6*95511ad4SAdrian Bunk depends on SYSFS && (IPV6 || IPV6=n) 7e7fd4179SDavid Teigland select CONFIGFS_FS 86ed7257bSPatrick Caulfield select IP_SCTP 9e7fd4179SDavid Teigland help 10e7fd4179SDavid Teigland A general purpose distributed lock manager for kernel or userspace 11e7fd4179SDavid Teigland applications. 12e7fd4179SDavid Teigland 13e7fd4179SDavid Teiglandconfig DLM_DEBUG 14e7fd4179SDavid Teigland bool "DLM debugging" 15e7fd4179SDavid Teigland depends on DLM 16e7fd4179SDavid Teigland help 17e7fd4179SDavid Teigland Under the debugfs mount point, the name of each lockspace will 18e7fd4179SDavid Teigland appear as a file in the "dlm" directory. The output is the 19e7fd4179SDavid Teigland list of resource and locks the local node knows about. 20e7fd4179SDavid Teigland 21e7fd4179SDavid Teiglandendmenu 22