io_uring: force inline io_fill_cqe_req
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 24 Aug 2023 22:53:30 +0000 (23:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Aug 2023 23:16:19 +0000 (17:16 -0600)
commit093a650b757210bc856ca7f5349fb5a4bb9d4bd6
tree2d39abfb4120d3d6e71ec87b904397da9f5af8d5
parentec26c225f06f5993f8891fa6c79fab3c92981181
io_uring: force inline io_fill_cqe_req

There are only 2 callers of io_fill_cqe_req left, and one of them is
extremely hot. Force inline the function.

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