blob: e4242c3f8486099e76e4c00f9c69663b00ba8b7d [file] [log] [blame]
Jan Engelhardta77b6452007-10-16 23:30:15 -07001menuconfig DLM
David Teiglande7fd4172006-01-18 09:30:29 +00002 tristate "Distributed Lock Manager (DLM)"
Kees Cooka3de56b2012-10-23 13:03:38 -07003 depends on INET
Nicholas Bellinger86c747d2011-01-16 21:14:52 +00004 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +01005 select IP_SCTP
David Teiglande7fd4172006-01-18 09:30:29 +00006 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +01007 A general purpose distributed lock manager for kernel or userspace
8 applications.
Patrick Caulfieldfdda3872006-11-02 11:19:21 -05009
David Teiglande7fd4172006-01-18 09:30:29 +000010config DLM_DEBUG
11 bool "DLM debugging"
12 depends on DLM
13 help
Patrick Caulfield6ed7257b2007-04-17 15:39:57 +010014 Under the debugfs mount point, the name of each lockspace will
15 appear as a file in the "dlm" directory. The output is the
16 list of resource and locks the local node knows about.