From: Adrian Bunk <bunk@stusta.de>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Re: [DLM] Fix DLM config [46/70]
Date: Thu, 7 Dec 2006 02:13:14 +0100 [thread overview]
Message-ID: <20061207011314.GA8963@stusta.de> (raw)
In-Reply-To: <20061206160342.494a3621.randy.dunlap@oracle.com>
On Wed, Dec 06, 2006 at 04:03:42PM -0800, Randy Dunlap wrote:
> On Thu, 30 Nov 2006 12:20:42 +0000 Steven Whitehouse wrote:
>
> > >From b98c95af01c10827e3443157651eb469071391a3 Mon Sep 17 00:00:00 2001
> > From: Patrick Caulfield <pcaulfie@redhat.com>
> > Date: Wed, 15 Nov 2006 12:29:24 -0500
> > Subject: [PATCH] [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.
> >
> > ---
> > fs/dlm/Kconfig | 3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig
> > index c5985b8..b5654a2 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
>
> What does that "depends on" (above) mean???
>...
It's coming from the select'ed IP_SCTP:
SCTP has optional IPV6 support, and this handles IPV6=m, IP_SCTP=y by
making it an illegal configuration.
> Thanks.
> ~Randy
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@stusta.de>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Steven Whitehouse <swhiteho@redhat.com>,
cluster-devel@redhat.com, linux-kernel@vger.kernel.org,
Andrew Morton <akpm@osdl.org>,
Patrick Caulfield <pcaulfie@redhat.com>
Subject: Re: [DLM] Fix DLM config [46/70]
Date: Thu, 7 Dec 2006 02:13:14 +0100 [thread overview]
Message-ID: <20061207011314.GA8963@stusta.de> (raw)
In-Reply-To: <20061206160342.494a3621.randy.dunlap@oracle.com>
On Wed, Dec 06, 2006 at 04:03:42PM -0800, Randy Dunlap wrote:
> On Thu, 30 Nov 2006 12:20:42 +0000 Steven Whitehouse wrote:
>
> > >From b98c95af01c10827e3443157651eb469071391a3 Mon Sep 17 00:00:00 2001
> > From: Patrick Caulfield <pcaulfie@redhat.com>
> > Date: Wed, 15 Nov 2006 12:29:24 -0500
> > Subject: [PATCH] [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.
> >
> > ---
> > fs/dlm/Kconfig | 3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig
> > index c5985b8..b5654a2 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
>
> What does that "depends on" (above) mean???
>...
It's coming from the select'ed IP_SCTP:
SCTP has optional IPV6 support, and this handles IPV6=m, IP_SCTP=y by
making it an illegal configuration.
> Thanks.
> ~Randy
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2006-12-07 1:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-30 12:20 [Cluster-devel] [DLM] Fix DLM config [46/70] Steven Whitehouse
2006-11-30 12:20 ` Steven Whitehouse
2006-12-07 0:03 ` [Cluster-devel] " Randy Dunlap
2006-12-07 0:03 ` Randy Dunlap
2006-12-07 1:13 ` Adrian Bunk [this message]
2006-12-07 1:13 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061207011314.GA8963@stusta.de \
--to=bunk@stusta.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.