All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@mit.edu>
To: Eric Sandeen <sandeen@redhat.com>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [PATCH, RFC] ext4: Rename ext4dev to ext4
Date: Fri, 10 Oct 2008 15:46:56 -0400	[thread overview]
Message-ID: <20081010194656.GF8645@mit.edu> (raw)
In-Reply-To: <48EF9853.8070202@redhat.com>

On Fri, Oct 10, 2008 at 01:00:51PM -0500, Eric Sandeen wrote:
> Theodore Ts'o wrote:
> > The ext4 filesystem is getting stable enough that it's time to drop
> > the "dev" prefix.  Also remove the requirement for the TEST_FILESYS
> > flag.
> 
> What do you think of adding a MODULE_ALIAS("ext4dev"); to this change?
> 
> Poor Fedora users trying to boot a kernel with this rename and ext4(dev)
> on root are failing to mount root at boot time.
> 
> mkinitrd looks at the existing fstab, sees that the rootfs is "ext4dev"
> and tries to mount root as ext4dev.... this fails.

>From discussion on the irc channel; the MODULE_ALIAS() allows the
filesystem to be loaded, but mount still tries to load the wrong
filesystem, and so it fails.

I guess one thing we *could* do is register both ext4dev and ext4....
maybe with a config option for backwards compatibility?  And try to
wean people off of it as quickly as possible.

							- Ted

      reply	other threads:[~2008-10-10 19:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07  5:08 [PATCH, RFC] ext4: Rename ext4dev to ext4 Theodore Ts'o
2008-10-07  5:16 ` Li Zefan
2008-10-07 11:07 ` Andreas Dilger
2008-10-10 18:00 ` Eric Sandeen
2008-10-10 19:46   ` Theodore Tso [this message]

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=20081010194656.GF8645@mit.edu \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=sandeen@redhat.com \
    /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.