Skip to content
Commit fdee946d authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: don't bounce block based -EAGAIN retry off task_work



These events happen inline from submission, so there's no need to
bounce them through the original task. Just set them up for retry
and issue retry directly instead of going over task_work.

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