commit | 23a5c43b2fc0cc210dcb36264fe3050468c79b17 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Apr 12 15:09:46 2022 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 24 18:02:46 2022 -0600 |
tree | 2c5fc70cbdb41913f82b169a163dd5a1aa27dcab | |
parent | e126391c092014af7ea6786648c9f1d3fce512a3 [diff] |
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>