Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig DLM
0003         tristate "Distributed Lock Manager (DLM)"
0004         depends on INET
0005         depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
0006         select IP_SCTP
0007         select SRCU
0008         help
0009         A general purpose distributed lock manager for kernel or userspace
0010         applications.
0011 
0012 config DLM_DEPRECATED_API
0013         bool "DLM deprecated API"
0014         depends on DLM
0015         help
0016         Enables deprecated DLM timeout features that will be removed in
0017         later Linux kernel releases.
0018 
0019         If you are unsure, say N.
0020 
0021 config DLM_DEBUG
0022         bool "DLM debugging"
0023         depends on DLM
0024         help
0025         Under the debugfs mount point, the name of each lockspace will
0026         appear as a file in the "dlm" directory.  The output is the
0027         list of resource and locks the local node knows about.