All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [2.6 patch] Kconfig: don't show an empty DLM menu
@ 2006-10-08  2:30 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2006-10-08  2:30 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Don't show an empty "Distributed Lock Manager" menu if IP_SCTP=n.

Reported by Dmytro Bagrii in kernel Bugzilla #7268.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6/fs/dlm/Kconfig.old	2006-10-08 04:20:28.000000000 +0200
+++ linux-2.6/fs/dlm/Kconfig	2006-10-08 04:21:05.000000000 +0200
@@ -1,10 +1,9 @@
 menu "Distributed Lock Manager"
-	depends on INET && EXPERIMENTAL
+	depends on INET && IP_SCTP && EXPERIMENTAL
 
 config DLM
 	tristate "Distributed Lock Manager (DLM)"
 	depends on IPV6 || IPV6=n
-	depends on IP_SCTP
 	select CONFIGFS_FS
 	help
 	A general purpose distributed lock manager for kernel or userspace



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-10 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-08  2:30 [Cluster-devel] [2.6 patch] Kconfig: don't show an empty DLM menu Adrian Bunk
2006-10-08  2:30 ` Adrian Bunk
2006-10-10 13:24 ` [Cluster-devel] " Steven Whitehouse
2006-10-10 13:24   ` Steven Whitehouse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.