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