https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ecc66471615b25c97f94a29fdab02657e2d64b56 authored by Jason Self on 01 August 2010, 22:11:23 UTC
Linux-libre 2.6.35-gnu1
Tip revision: ecc6647
Kconfig
menuconfig DLM
	tristate "Distributed Lock Manager (DLM)"
	depends on EXPERIMENTAL && INET
	depends on SYSFS && (IPV6 || IPV6=n)
	select CONFIGFS_FS
	select IP_SCTP
	help
	A general purpose distributed lock manager for kernel or userspace
	applications.

config DLM_DEBUG
	bool "DLM debugging"
	depends on DLM
	help
	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.
back to top