linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Moyer <jmoyer@redhat.com>
To: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>, Jim Garlick <garlick@llnl.gov>,
	linux-fsdevel@vger.kernel.org, Sage Weil <sage@newdream.net>,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH 1/2] vfs: make real_lookup do dentry revalidation with
Date: Tue, 13 Oct 2009 21:12:40 -0400	[thread overview]
Message-ID: <x497huyrd6f.fsf@segfault.boston.devel.redhat.com> (raw)
In-Reply-To: <4ACC1360.9030007@themaw.net> (Ian Kent's message of "Wed, 07 Oct 2009 12:04:48 +0800")

Ian Kent <raven@themaw.net> writes:
>
> I still need to deal with the autofs module.
>
> I'm reluctant to remove it and do the rename at the same time the other
> changes are going in.
>
> I thought a better idea would be to leave the autofs module in place for
> the moment and change the Kconfig help message to describe what is going
> to happen and alert users to the fact it won't work and also change all
> the defconfig files that select autofs to select autofs4.
>
> Thoughts please?

I think it's safe to remove fs/autofs.  There's no sense in keeping
around code that doesn't work, and we don't really fix bugs in autofs3
anyway.  Heck, when was the last time you got a bug report for it?  I
haven't seen one in probably 5 years!

I'm not so sure what the implications are of renaming autofs4 to autofs.
At the very least, the autofs init script itself tries to load the
autofs4 kernel module.  This would cause issues when updating a kernel,
so it sounds like a bad idea to me.  If there was a module alias causing
autofs to load when autofs4 is requested on newer kernels, I guess that
would be okay.  But I think that sort of thing is managed by the
userspace configuration.  The other option, then, is to ship an autofs
with an init script that knows which module to load.  Then, after that's
been in the wild for some time (a year?), make the switch.

These sorts of things are always painful.

Cheers,
Jeff

  reply	other threads:[~2009-10-14  1:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23 23:28 [PATCH 1/2] vfs: make real_lookup do dentry revalidation with Jim Garlick
2009-09-24  3:50 ` Ian Kent
2009-09-24  7:00   ` Al Viro
2009-09-24  7:36     ` Ian Kent
2009-10-07  4:04       ` Ian Kent
2009-10-14  1:12         ` Jeff Moyer [this message]
2009-10-14  2:34           ` Ian Kent
2009-10-14  2:57             ` Ian Kent
2009-10-14 11:47             ` Jeff Moyer
2009-10-25  7:45             ` Christoph Hellwig
2009-10-25 23:33               ` Ian Kent

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=x497huyrd6f.fsf@segfault.boston.devel.redhat.com \
    --to=jmoyer@redhat.com \
    --cc=garlick@llnl.gov \
    --cc=hpa@zytor.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=raven@themaw.net \
    --cc=sage@newdream.net \
    --cc=viro@ZenIV.linux.org.uk \
    /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).