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

io_uring: only force async punt if poll based retry can't handle it


We do blocking retry from our poll handler, if the file supports polled
notifications. Only mark the request as needing an async worker if we
can't poll for it.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent af197f50
No related branches found
No related tags found
No related merge requests found
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