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>
Mon, 25 Jul 2022 00:39:14 +0000 (18:39 -0600)
commitfaf88dde060f74117b3a86a62cb32a20f27fd636
treeefcc06f04689767ebe25ab240638bb1a929a910e
parentd245bca6375bccfd589a6a7d5007df28575bb626
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