* [Cluster-devel] [2.6 patch] Kconfig: don't show an empty DLM menu
@ 2006-10-08 2:30 Adrian Bunk
2006-10-10 13:24 ` Steven Whitehouse
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2006-10-10 13:24 UTC | newest]
Thread overview: 2+ 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-10 13:24 ` Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).