]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: move *queue_link_head() from common path
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 17 Dec 2019 19:26:58 +0000 (22:26 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jan 2020 00:03:59 +0000 (17:03 -0700)
commit96ad750bbf40b8215cdc5a3a17dbb5484116fccf
tree022e98c38cf34170d7303baeeed6bf936adc2342
parent393bc5b556b984a5fbaaad83f4cc0851a83185d5
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>
fs/io_uring.c