io_uring: make io_cq_unlock_post static
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 23 Jun 2023 11:23:30 +0000 (12:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 14:19:40 +0000 (08:19 -0600)
commit0fdb9a196c6728b51e0e7a4f6fa292d9fd5793de
tree214da483f4bf002cfeed56e1a6ed1216f661392c
parentff12617728fa5c7fb5325e164503ca4e936b80bd
io_uring: make io_cq_unlock_post static

io_cq_unlock_post() is exclusively used in io_uring/io_uring.c, mark it
static and don't expose to other files.

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