| 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 | 
| Adrian Bunk | 95511ad | 2007-07-07 06:14:02 +0200 | [diff] [blame] | 4 | 	depends on SYSFS && (IPV6 || IPV6=n) | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 5 | 	select CONFIGFS_FS | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 6 | 	select IP_SCTP | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 7 | 	help | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 8 | 	A general purpose distributed lock manager for kernel or userspace | 
 | 9 | 	applications. | 
| Patrick Caulfield | fdda387 | 2006-11-02 11:19:21 -0500 | [diff] [blame] | 10 |  | 
| David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 11 | config DLM_DEBUG | 
 | 12 | 	bool "DLM debugging" | 
 | 13 | 	depends on DLM | 
 | 14 | 	help | 
| Patrick Caulfield | 6ed7257 | 2007-04-17 15:39:57 +0100 | [diff] [blame] | 15 | 	Under the debugfs mount point, the name of each lockspace will | 
 | 16 | 	appear as a file in the "dlm" directory.  The output is the | 
 | 17 | 	list of resource and locks the local node knows about. |