commit | 76cc33d79175a1b224bf02d3ff6c7be53fc684d5 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jun 14 23:37:30 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 15 15:38:40 2021 -0600 |
tree | b6a3e6d459a86b0ca581b17899c707748cd55d11 | |
parent | 0499e582aaff4e4072a760d1f31434acb50c7813 [diff] |
io_uring: refactor io_req_defer() Rename io_req_defer() into io_drain_req() and refactor it uncoupling it from io_queue_sqe() error handling and preparing for coming optimisations. Also, prioritise non IOSQE_ASYNC path. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/4f17dd56e7fbe52d1866f8acd8efe3284d2bebcb.1623709150.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>