This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Christine Caulfield <ccaulfie@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Teigland <teigland@redhat.com>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			476 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			476 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
menuconfig DLM
 | 
						|
	tristate "Distributed Lock Manager (DLM)"
 | 
						|
	depends on INET
 | 
						|
	depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
 | 
						|
	select IP_SCTP
 | 
						|
	help
 | 
						|
	A general purpose distributed lock manager for kernel or userspace
 | 
						|
	applications.
 | 
						|
 | 
						|
config DLM_DEBUG
 | 
						|
	bool "DLM debugging"
 | 
						|
	depends on DLM
 | 
						|
	help
 | 
						|
	Under the debugfs mount point, the name of each lockspace will
 | 
						|
	appear as a file in the "dlm" directory.  The output is the
 | 
						|
	list of resource and locks the local node knows about.
 |