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>
Sun, 17 Apr 2022 22:55:33 +0000 (16:55 -0600)
commit92117a09b776392f3792c806c9ebc36e508921d4
treefe4f73ff07c263f04138063331319febf4642e2d
parent262ca5cb031091f1d08b088a9f3943ced17117b6
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