On Thu, Aug 24, 2017 at 04:31:41PM +0200, Jan Kara wrote: > And wait_on_page_locked_killable() above does not seem to be handled in > your patch. I would just check IOCB_NOWAIT in !PageUptodate(page) branch > above and bail - which also removes the need for the two checks below... Yes, that makes sense.