lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 10 Oct 2008 15:46:56 -0400
From:	Theodore Tso <tytso@....edu>
To:	Eric Sandeen <sandeen@...hat.com>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: [PATCH, RFC] ext4: Rename ext4dev to ext4

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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ