https://bugzilla.kernel.org/show_bug.cgi?id=210185 Amy (enbyamy@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |enbyamy@xxxxxxxxx --- Comment #1 from Amy (enbyamy@xxxxxxxxx) --- 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.