linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] Kconfig: don't show an empty DLM menu
@ 2006-10-08  2:30 Adrian Bunk
  2006-10-10 13:24 ` [Cluster-devel] " Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-10-08  2:30 UTC (permalink / raw)
  To: Andrew Morton, pcaulfie, teigland
  Cc: cluster-devel, linux-kernel, Dmytro Bagrii

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

* Re: [Cluster-devel] [2.6 patch] Kconfig: don't show an empty DLM menu
  2006-10-08  2:30 [2.6 patch] Kconfig: don't show an empty DLM menu Adrian Bunk
@ 2006-10-10 13:24 ` Steven Whitehouse
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2006-10-10 13:24 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Andrew Morton, pcaulfie, teigland, cluster-devel, Dmytro Bagrii,
	linux-kernel

Hi,

On Sun, 2006-10-08 at 04:30 +0200, Adrian Bunk wrote:
> 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>
> 
I just spotted this patch. Sorry I didn't see it earlier, not sure what
happened there, but its now in the gfs2 git tree. Thanks,

Steve.



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

end of thread, other threads:[~2006-10-10 13:20 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 [2.6 patch] Kconfig: don't show an empty DLM menu Adrian Bunk
2006-10-10 13:24 ` [Cluster-devel] " 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).