io_uring: inline linked part of io_req_find_next
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 8 Sep 2021 15:40:51 +0000 (16:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:52 +0000 (05:49 -0600)
commitd81499bfcd471e6b920683f8fcf06ce65f84286b
tree97871be069f82e298220d8aaacd0d12f73a1436f
parent6b639522f63f82437350038a4925633f769e4ec8
io_uring: inline linked part of io_req_find_next

Inline part of __io_req_find_next() that returns a request but doesn't
need io_disarm_next(). It's just two places, but makes links a bit
faster.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/4126d13f23d0e91b39b3558e16bd86cafa7fcef2.1631115443.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c