commit | fdee946d0925f971f167d2606984426763355e4f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Aug 27 16:46:24 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 27 16:48:34 2020 -0600 |
tree | fa089a3a3f0cfbdb57086596edfe5df66cda9cf4 | |
parent | eefdf30f3dcb5c1d47bee2b3afdb9d4d05343ff3 [diff] |
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: Jens Axboe <axboe@kernel.dk>