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)
commit23a5c43b2fc0cc210dcb36264fe3050468c79b17
tree2c5fc70cbdb41913f82b169a163dd5a1aa27dcab
parente126391c092014af7ea6786648c9f1d3fce512a3
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