]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - fs/dlm/Kconfig
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / fs / dlm / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a77b6456 2menuconfig DLM
e7fd4179 3 tristate "Distributed Lock Manager (DLM)"
a3de56bd 4 depends on INET
86c747d2 5 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
6ed7257b 6 select IP_SCTP
a47666eb 7 select SRCU
e7fd4179 8 help
6ed7257b
PC
9 A general purpose distributed lock manager for kernel or userspace
10 applications.
fdda387f 11
e7fd4179
DT
12config DLM_DEBUG
13 bool "DLM debugging"
14 depends on DLM
15 help
6ed7257b
PC
16 Under the debugfs mount point, the name of each lockspace will
17 appear as a file in the "dlm" directory. The output is the
18 list of resource and locks the local node knows about.