]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: inline io_flush_cached_reqs
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 12 Apr 2022 14:09:46 +0000 (15:09 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:02:46 +0000 (18:02 -0600)
commit0ade3caf91f980b9b0100c5f853725996133bccd
tree2c5fc70cbdb41913f82b169a163dd5a1aa27dcab
parentd2eb8ff471b38b89b9867df3ebb4a97474e7fc48
io_uring: inline io_flush_cached_reqs

io_flush_cached_reqs() isn't descriptive and has only one caller, inline
it into __io_alloc_req_refill().

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