From: Patrick Caulfield Date: Wed, 15 Nov 2006 17:29:24 +0000 (-0500) Subject: [DLM] Fix DLM config X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b98c95af01c10827e3443157651eb469071391a3;p=karo-tx-linux.git [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 Cc: Andrew Morton Signed-Off-By: Patrick Caulfield Signed-off-by: Steven Whitehouse --- diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index c5985b883b2c..b5654a284fef 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -1,10 +1,11 @@ menu "Distributed Lock Manager" - depends on INET && IP_SCTP && EXPERIMENTAL + depends on EXPERIMENTAL && INET config DLM tristate "Distributed Lock Manager (DLM)" depends on IPV6 || IPV6=n select CONFIGFS_FS + select IP_SCTP if DLM_SCTP help A general purpose distributed lock manager for kernel or userspace applications.