io_uring: don't inline __io_get_cqe()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 17 Jun 2022 08:48:01 +0000 (09:48 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:44:16 +0000 (08:44 -0600)
commit53c0172a17c3c2307bd03cd34c88a2ae780adfb2
treeff963205e0e3d22fc5e800251c1bb9b217b648be
parent2a3cbdd805efa4f928a50366ade829c7670e7ad9
io_uring: don't inline __io_get_cqe()

__io_get_cqe() is not as hot as io_get_cqe(), no need to inline it, it
sheds ~500B from the binary.

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