From: Vegard Nossum <vegard.nossum@oracle.com>
To: "Theodore Ts'o" <tytso@mit.edu>,
Andreas Dilger <adilger.kernel@dilger.ca>
Cc: linux-ext4@vger.kernel.org
Subject: Re: ext4 endless "orphan list check failed!" spew/lockup
Date: Tue, 1 Dec 2015 19:05:36 +0100 [thread overview]
Message-ID: <565DE170.3060204@oracle.com> (raw)
In-Reply-To: <565DD94E.60106@oracle.com>
On 12/01/2015 06:30 PM, Vegard Nossum wrote:
> On 12/01/2015 05:42 PM, Vegard Nossum wrote:
>> Mounting the attached filesystem image (fuzzed) on latest linus/master
>> causes an endless stream of the following output on the console:
>>
>> EXT4-fs (loop0): Inode 5 (ffff8800153ed720): orphan list check failed!
>
> Just wanted to add that on a kernel with linked list debugging I also
> see an endless stream of the following warning, which could be related?
>
> WARNING: CPU: 0 PID: 924 at lib/list_debug.c:36 __list_add+0xf9/0x100()
> list_add double add: new=00000000dfba0070, prev=00000000dffba970,
> next=00000000dfba0070.
> CPU: 0 PID: 924 Comm: mount.exe Tainted: G W 4.4.0-rc3 #1
> Stack:
> df7f59b0 60075642 6071c3ae 00000009
> df7f5a30 600bc4fe df7f59c0 603f1e5f
> df7f5a20 600412cd df7f59e0 6040d859
> Call Trace:
> [<60029f9b>] show_stack+0xdb/0x1a0
> [<603f1e5f>] dump_stack+0x2a/0x3b
> [<600412cd>] warn_slowpath_common+0x9d/0xf0
> [<600413f4>] warn_slowpath_fmt+0x94/0xa0
> [<6040d859>] __list_add+0xf9/0x100
> [<601b28d4>] ext4_fill_super+0x3e04/0x4040
This is
fs/ext4/super.c:2269, ext4_orphan_cleanup():
list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->s_orphan);
Vegard
prev parent reply other threads:[~2015-12-01 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-01 16:42 ext4 endless "orphan list check failed!" spew/lockup Vegard Nossum
2015-12-01 17:30 ` Vegard Nossum
2015-12-01 18:05 ` Vegard Nossum [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=565DE170.3060204@oracle.com \
--to=vegard.nossum@oracle.com \
--cc=adilger.kernel@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/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.