Files
linux-apfs/fs/dlm/Kconfig
T

17 lines
492 B
Plaintext
Raw Normal View History

2007-10-16 23:30:15 -07:00
menuconfig DLM
2006-01-18 09:30:29 +00:00
tristate "Distributed Lock Manager (DLM)"
2007-10-16 23:30:15 -07:00
depends on EXPERIMENTAL && INET
2011-01-16 21:14:52 +00:00
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
2007-04-17 15:39:57 +01:00
select IP_SCTP
2006-01-18 09:30:29 +00:00
help
2007-04-17 15:39:57 +01:00
A general purpose distributed lock manager for kernel or userspace
applications.
2006-11-02 11:19:21 -05:00
2006-01-18 09:30:29 +00:00
config DLM_DEBUG
bool "DLM debugging"
depends on DLM
help
2007-04-17 15:39:57 +01:00
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.