On Tue, Mar 15, 2022 at 12:25:12PM +0100, Jan Kara wrote: > Thanks for the notice Stephen! The resolution should be like: > > - WARN_ON_ONCE(!page_has_buffers(page)); > + WARN_ON_ONCE(!folio_buffers(folio)); > > How are we going to handle this conflict Ted? Just tell Linus about the > conflict and resolution? Agreed, I think that's the simplest approach. - Ted