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