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>
Wed, 22 Jun 2022 17:32:29 +0000 (11:32 -0600)
commit534f71a015b77e81d43f96130a532455cd656a0f
treeb04685de12a3b4000b03fea93cd046feb1051307
parent662f6039bfbfa5cc8fa8b96e110a7d1ccee85300
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