2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2007-10-17 10:30:15 +04:00
|
|
|
menuconfig DLM
|
2006-01-18 12:30:29 +03:00
|
|
|
tristate "Distributed Lock Manager (DLM)"
|
2012-10-24 00:03:38 +04:00
|
|
|
depends on INET
|
2011-01-17 00:14:52 +03:00
|
|
|
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
|
2007-04-17 18:39:57 +04:00
|
|
|
select IP_SCTP
|
2020-08-27 22:02:49 +03:00
|
|
|
select SRCU
|
2006-01-18 12:30:29 +03:00
|
|
|
help
|
2007-04-17 18:39:57 +04:00
|
|
|
A general purpose distributed lock manager for kernel or userspace
|
|
|
|
applications.
|
2006-11-02 19:19:21 +03:00
|
|
|
|
2022-06-22 21:45:22 +03:00
|
|
|
config DLM_DEPRECATED_API
|
|
|
|
bool "DLM deprecated API"
|
|
|
|
depends on DLM
|
|
|
|
help
|
|
|
|
Enables deprecated DLM timeout features that will be removed in
|
|
|
|
later Linux kernel releases.
|
|
|
|
|
|
|
|
If you are unsure, say N.
|
|
|
|
|
2006-01-18 12:30:29 +03:00
|
|
|
config DLM_DEBUG
|
|
|
|
bool "DLM debugging"
|
|
|
|
depends on DLM
|
|
|
|
help
|
2007-04-17 18:39:57 +04: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.
|