xref: /linux/fs/dlm/Kconfig (revision a77b645609084c030020bc58639d92da4316f410)
1*a77b6456SJan Engelhardtmenuconfig DLM
2e7fd4179SDavid Teigland	tristate "Distributed Lock Manager (DLM)"
3*a77b6456SJan Engelhardt	depends on EXPERIMENTAL && INET
495511ad4SAdrian Bunk	depends on SYSFS && (IPV6 || IPV6=n)
5e7fd4179SDavid Teigland	select CONFIGFS_FS
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