commit | 9983028e7660a2cc5e58403d8ce29569dbf3162d | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Oct 15 17:09:11 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 05:49:55 2021 -0600 |
tree | ad0db0140b35d399ab0b4547d85d930ad12930f4 | |
parent | 607b6fb8017a684f3f1567ccf776bdc0fe6d120e [diff] |
io_uring: optimise req->ctx reloads Don't load req->ctx in advance, it takes an extra register and the field stays valid even after opcode handlers. It also optimises out req->ctx load in io_iopoll_req_issued() once it's inlined. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/1e45ff671c44be0eb904f2e448a211734893fa0b.1634314022.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>