Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jan Engelhardt | a77b645 | 2007-10-16 23:30:15 -0700 | [diff] [blame] | 2 | menuconfig DLM |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 3 | tristate "Distributed Lock Manager (DLM)" |
Kees Cook | a3de56b | 2012-10-23 13:03:38 -0700 | [diff] [blame] | 4 | depends on INET |
Nicholas Bellinger | 86c747d | 2011-01-16 21:14:52 +0000 | [diff] [blame] | 5 | depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 6 | select IP_SCTP |
Alexander Aring | a47666eb | 2020-08-27 15:02:49 -0400 | [diff] [blame] | 7 | select SRCU |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 8 | help |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 9 | A general purpose distributed lock manager for kernel or userspace |
| 10 | applications. |
Patrick Caulfield | fdda387 | 2006-11-02 11:19:21 -0500 | [diff] [blame] | 11 | |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 12 | config DLM_DEBUG |
| 13 | bool "DLM debugging" |
| 14 | depends on DLM |
| 15 | help |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 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. |