io_uring: inline __io_cq_unlock
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 23 Jun 2023 11:23:29 +0000 (12:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 14:19:40 +0000 (08:19 -0600)
commitff12617728fa5c7fb5325e164503ca4e936b80bd
tree14f6c5f273e801bec2e89962f8261e35567bbb6d
parent55b6a69fed5df6f88ef0b2ace562b422162beb61
io_uring: inline __io_cq_unlock

__io_cq_unlock is not very helpful, and users should be calling flush
variants anyway. Open code the function.

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