Kconfig 476 字节
Newer Older
1
menuconfig DLM
2
	tristate "Distributed Lock Manager (DLM)"
K
Kees Cook 已提交
3
	depends on INET
4
	depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
5
	select IP_SCTP
6
	help
7 8
	A general purpose distributed lock manager for kernel or userspace
	applications.
9

10 11 12 13
config DLM_DEBUG
	bool "DLM debugging"
	depends on DLM
	help
14 15 16
	Under the debugfs mount point, the name of each lockspace will
	appear as a file in the "dlm" directory.  The output is the
	list of resource and locks the local node knows about.