]>
Commit | Line | Data |
---|---|---|
a77b6456 | 1 | menuconfig DLM |
e7fd4179 | 2 | tristate "Distributed Lock Manager (DLM)" |
a3de56bd | 3 | depends on INET |
86c747d2 | 4 | depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) |
6ed7257b | 5 | select IP_SCTP |
e7fd4179 | 6 | help |
6ed7257b PC |
7 | A general purpose distributed lock manager for kernel or userspace |
8 | applications. | |
fdda387f | 9 | |
e7fd4179 DT |
10 | config DLM_DEBUG |
11 | bool "DLM debugging" | |
12 | depends on DLM | |
13 | help | |
6ed7257b PC |
14 | Under the debugfs mount point, the name of each lockspace will |
15 | appear as a file in the "dlm" directory. The output is the | |
16 | list of resource and locks the local node knows about. |