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) 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