linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 13/16] GFS2: Makefiles and Kconfig
Date: Mon, 24 Apr 2006 14:32:30 +0100	[thread overview]
Message-ID: <1145885550.3856.152.camel@quoit.chygwyn.com> (raw)
In-Reply-To: <20060421164309.GE19754@stusta.de>

Hi,

On Fri, 2006-04-21 at 18:43 +0200, Adrian Bunk wrote:
> On Fri, Apr 21, 2006 at 05:22:38PM +0100, Steven Whitehouse wrote:
> 
> >...
> > --- a/fs/Kconfig
> > +++ b/fs/Kconfig
> >...
> >
> >  source "fs/nls/Kconfig"
> > +source "fs/dlm/Kconfig"
> >...
> 
> File doesn't exist
> 
> > --- a/fs/Makefile
> > +++ b/fs/Makefile
> > @@ -48,6 +48,7 @@ obj-$(CONFIG_SYSFS)         += sysfs/
> >  obj-y                                += devpts/
> >
> >  obj-$(CONFIG_PROFILING)              += dcookies.o
> > +obj-$(CONFIG_DLM)            += dlm/
> >...
> 
> Directory doesn't exist.
> 
The above two anomalies are due to the git tree also containing the DLM
(already in -mm) and I forgot to redo this patch which is the only one
which overlaps with the DLM code. I expect that Andrew Morton will
update the version of the DLM in -mm at the same time as taking GFS2
when it is deemed ready to go in.

> > --- /dev/null
> > +++ b/fs/gfs2/Kconfig
> > @@ -0,0 +1,46 @@
> > +config GFS2_FS
> > +        tristate "GFS2 file system support"
> > +	default m
> > +	depends on EXPERIMENTAL
> > +        select FS_POSIX_ACL
> > +        select SYSFS
> >...
> 
> - tabs <-> spaces (tabs are correct)
> - please remove the "default m"
These two are done in:
http://www.kernel.org/git/?p=linux/kernel/git/steve/gfs2-2.6.git;a=commitdiff;h=b5ea3e1ef307548bdd40fff6aba5fc96b002f284


> - "depends on SYSFS" instead of the select
> 
This has been resolved by removing the dependency completely.

> > +config GFS2_FS_LOCKING_DLM
> > +	tristate "GFS2 DLM locking module"
> > +	depends on GFS2_FS
> > +	select DLM
> >...
> 
> DLM in -mm depends on IPV6 || IPV6=n, so if you are select'ing it you 
> have to add this dependency to GFS2_FS_LOCKING_DLM.
> 
> cu
> Adrian
> 
I will check this with the DLM developers and see what the best solution
is. Thanks for the feedback,

Steve.



  parent reply	other threads:[~2006-04-24 13:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-21 16:22 [PATCH 13/16] GFS2: Makefiles and Kconfig Steven Whitehouse
2006-04-21 16:43 ` Adrian Bunk
2006-04-21 16:49   ` Matthew Wilcox
2006-04-21 16:53     ` Adrian Bunk
2006-04-21 17:07       ` Matthew Wilcox
2006-04-21 20:56         ` Sam Ravnborg
2006-04-21 23:00   ` Greg KH
2006-04-24 13:24     ` Steven Whitehouse
2006-04-24 13:32   ` Steven Whitehouse [this message]
2006-04-21 21:01 ` Sam Ravnborg
2006-04-24 13:27   ` Steven Whitehouse

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=1145885550.3856.152.camel@quoit.chygwyn.com \
    --to=swhiteho@redhat.com \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 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).