blob: f82a4952769da5584e4d5eb391cf0a21ebf76475 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jan Engelhardta77b6452007-10-16 23:30:15 -07002menuconfig DLM
David Teiglande7fd4172006-01-18 09:30:29 +00003 tristate "Distributed Lock Manager (DLM)"
Kees Cooka3de56b2012-10-23 13:03:38 -07004 depends on INET
Nicholas Bellinger86c747d2011-01-16 21:14:52 +00005 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
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.