blob: ee92634196a8e7809465f57a678f6390424e17e9 [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
Alexander Aringa47666eb2020-08-27 15:02:49 -04007 select SRCU
David Teiglande7fd4172006-01-18 09:30:29 +00008 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +01009 A general purpose distributed lock manager for kernel or userspace
10 applications.
Patrick Caulfieldfdda3872006-11-02 11:19:21 -050011
David Teiglande7fd4172006-01-18 09:30:29 +000012config DLM_DEBUG
13 bool "DLM debugging"
14 depends on DLM
15 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +010016 Under the debugfs mount point, the name of each lockspace will
17 appear as a file in the "dlm" directory. The output is the
18 list of resource and locks the local node knows about.