| Jan Engelhardt | a77b645 | 2007-10-16 23:30:15 -0700 | [diff] [blame] | 1 | menuconfig DLM | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 2 | tristate "Distributed Lock Manager (DLM)" | 
| Jan Engelhardt | a77b645 | 2007-10-16 23:30:15 -0700 | [diff] [blame] | 3 | depends on EXPERIMENTAL && INET | 
| Nicholas Bellinger | 86c747d | 2011-01-16 21:14:52 +0000 | [diff] [blame] | 4 | depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 5 | select IP_SCTP | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 6 | help | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 7 | A general purpose distributed lock manager for kernel or userspace | 
|  | 8 | applications. | 
| Patrick Caulfield | fdda387 | 2006-11-02 11:19:21 -0500 | [diff] [blame] | 9 |  | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 10 | config DLM_DEBUG | 
|  | 11 | bool "DLM debugging" | 
|  | 12 | depends on DLM | 
|  | 13 | help | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 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. |