Just two minor fixes here that should go into 5.7: - Honor async request cancelation instead of trying to re-issue when it triggers - Apply same re-wait approach for async poll that we do for regular poll, in case we get spurious wakeups. Quick v2, since the one I sent out was not the tested on. Patch 2 was missing a return after the io_put_req() on cancelation. -- Jens Axboe