linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Clayton <chris2553@googlemail.com>
To: "Ortwin Glück" <odi@odi.ch>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: EXT4: new warnings from 4.3.0-rc2
Date: Mon, 21 Sep 2015 16:08:59 +0100	[thread overview]
Message-ID: <56001D8B.2040806@googlemail.com> (raw)
In-Reply-To: <56001A49.6000402@googlemail.com>



On 09/21/15 15:55, Chris Clayton wrote:
> Thanks Ortwin.
> 
> On 09/21/15 14:27, Ortwin Glück wrote:
>>> [    2.481399] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
>>> [    2.482426] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities
>>
>> As the kernel doesn't know which FS your root is, it tries the whole list of filesystems (init/do_mounts.c
>> mount_block_root()). Since the removal of ext3, now the ext4 code is responsbile for mounting ext3. Since your FS is
>> ext4 and not ext3, the probe for ext3 fails. That's what the message tells you. You get these even in previous kernels
>> if you say N to ext3 during config.
>>
> No, I do not get the messages from 4.2.0 even though it is configured the same as 4.3.0-rc3 as far as EXT{2,3,4} is
> concerned:
> 
> # CONFIG_EXT2_FS is not set
> # CONFIG_EXT3_FS is not set
> CONFIG_EXT4_FS=y
> CONFIG_EXT4_USE_FOR_EXT2=y
> # CONFIG_EXT4_FS_POSIX_ACL is not set
> # CONFIG_EXT4_FS_SECURITY is not set
> # CONFIG_EXT4_ENCRYPTION is not set
> # CONFIG_EXT4_DEBUG is not set
> [chris:~/kernel/linux]$ cd ../linux-4.2.0/
> [chris:~/kernel/linux-4.2.0]$ grep EXT[234] .config
> # CONFIG_EXT2_FS is not set
> # CONFIG_EXT3_FS is not set
> CONFIG_EXT4_FS=y
> CONFIG_EXT4_USE_FOR_EXT23=y
> # CONFIG_EXT4_FS_POSIX_ACL is not set
> # CONFIG_EXT4_FS_SECURITY is not set
> # CONFIG_EXT4_ENCRYPTION is not set
> # CONFIG_EXT4_DEBUG is not set
> 
> That's why I said they are new messages.
> 
> I've just booted 4.1.7 and I get the messages from that kernel too. I wonder if there's a recent fix that has made it
> into 4.1.7, but not into 4.2.0. I'll apply Greg's 4.2.1-rc1 patch and see what I get with that.
> 

Applying the 4.2.1-rc1 patch results in a kernel that emits the messages, so I guess my fix-not-yet-in-4.2 theory is right.

I'll just ignore the messages. Sorry for the noise.

> Chris
> 
> 
>> If it bugs you, you can add a hint to your kernel command line: rootfstype=ext4
>>
>> Ortwin

  reply	other threads:[~2015-09-21 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-21 13:27 EXT4: new warnings from 4.3.0-rc2 Ortwin Glück
2015-09-21 14:55 ` Chris Clayton
2015-09-21 15:08   ` Chris Clayton [this message]
2015-09-21 15:33     ` Holger Hoffstätte
  -- strict thread matches above, loose matches on Subject: below --
2015-09-21  8:59 Chris Clayton

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=56001D8B.2040806@googlemail.com \
    --to=chris2553@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=odi@odi.ch \
    /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).