commit | 32fe525b6d10fec956cfe68f0db76839cd7f0ea5 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Dec 17 22:26:58 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:03:59 2020 -0700 |
tree | 022e98c38cf34170d7303baeeed6bf936adc2342 | |
parent | 9d76377f7e13c19441fdd066033345289f89b5fe [diff] |
io_uring: move *queue_link_head() from common path Move io_queue_link_head() to links handling code in io_submit_sqe(), so it wouldn't need extra checks and would have better data locality. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>