Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > - wait_on_page_bit_killable(page, PG_fscache) < 0) > > + folio_wait_bit_killable(page_folio(page), PG_fscache) < 0) > ... > > - wait_on_page_bit_killable(page, PG_writeback) < 0) > > + folio_wait_bit_killable(page_folio(page), PG_writeback) < 0) I rebased it and pushed a new version, but I think I missed your pull by a couple of hours. David