[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-210185-13602-ebKRR1LdC2@https.bugzilla.kernel.org/>
Date: Fri, 13 Nov 2020 20:10:20 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 210185] kernel BUG at fs/ext4/page-io.c:126!
https://bugzilla.kernel.org/show_bug.cgi?id=210185
Amy (enbyamy@...il.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |enbyamy@...il.com
--- Comment #1 from Amy (enbyamy@...il.com) ---
Hey there!
Traced back that file. That line runs page_buffers(), which launches a bug if
PagePrivate is false.
#define page_buffers(page) \
({ \
BUG_ON(!PagePrivate(page)); \
((struct buffer_head *)page_private(page)); \
})
What application were you running, if I may ask?
--
You are receiving this mail because:
You are watching the assignee of the bug.
Powered by blists - more mailing lists