On Wed, Sep 30, 2015 at 09:36:35AM -0700, Darrick J. Wong wrote: > On Wed, Sep 30, 2015 at 10:41:26AM +0200, Jan Kara wrote: > > On Mon 28-09-15 15:36:26, Darrick J. Wong wrote: > > > The ext2 mount code never checks the compat features against the ones > > > it knows about. This is correct behavior since compat features are > > > supposed to be rw-compatible with old drivers; however, for certain > > > configurations (journalled rootfs) we probably want the ext4 driver > > > to load, not ext2. > > > > > > Reported-by: Dave Chinner <david@xxxxxxxxxxxxx> > > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > > > Isn't this a bit too harsh? I agree we should at least warn (and that's > > probably regardless of EXT4 config option) but just refusing mount looks > > too much to me... > > I admit that refusing the mount might be a bit much; the goal here was > merely to make it so that if the FS has a journal and ext4 was turned on, > hopefully ext2 rejects the mount and ext4 will probe it next. IMO it's worse to have the ext2 module is *incorrectly* mounting ext3 filesystems and users silently losing the protection of journalling. Perhaps we should simply make ext4 probe before ext2 probes anything. Anything that is not explicitly an ext4 or ext3 filesystem can then be left to the ext2 module (if EXT4 is not configured to also handle ext2). But, really, I don't care enough about this to spend any more time on it - my systems are working again so it's up the the EXT maintainers to decide what to do with the problem... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html