io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
authorJens Axboe <axboe@kernel.dk>
Mon, 21 Nov 2022 14:51:15 +0000 (07:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Nov 2022 13:09:30 +0000 (06:09 -0700)
commit6c16fe3c16bdc420719768f7ea97b82bd6303eec
tree9ab73749c4c1fae88d7685fc3e9389a034aad7f3
parent4061f0ef730cca5171351b7018b34a45b76df9c2
io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()

__io_cq_unlock_post() is identical to io_cq_unlock_post(), and
io_cqring_ev_posted() has a single caller so migth as well just inline
it there.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c