Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b98c95af authored by Patrick Caulfield's avatar Patrick Caulfield Committed by Steven Whitehouse
Browse files

[DLM] Fix DLM config



The attached patch fixes the DLM config so that it selects the chosen network
transport. It should fix the bug where DLM can be left selected when NET gets
unselected. This incorporates all the comments received about this patch.

Cc: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>
Signed-Off-By: default avatarPatrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 6f90a8b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
menu "Distributed Lock Manager"
menu "Distributed Lock Manager"
	depends on INET && IP_SCTP && EXPERIMENTAL
	depends on EXPERIMENTAL && INET


config DLM
config DLM
	tristate "Distributed Lock Manager (DLM)"
	tristate "Distributed Lock Manager (DLM)"
	depends on IPV6 || IPV6=n
	depends on IPV6 || IPV6=n
	select CONFIGFS_FS
	select CONFIGFS_FS
	select IP_SCTP if DLM_SCTP
	help
	help
	A general purpose distributed lock manager for kernel or userspace
	A general purpose distributed lock manager for kernel or userspace
	applications.
	applications.