Skip to content
Snippets Groups Projects
Commit 74ce6ce4 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: check for need to re-wait in polled async handling


We added this for just the regular poll requests in commit a6ba632d
("io_uring: retry poll if we got woken with non-matching mask"), we
should do the same for the poll handler used pollable async requests.
Move the re-wait check and arm into a helper, and call it from
io_async_task_func() as well.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 88357580
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment