io_uring: inline __io_commit_cqring()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 19 Jan 2021 13:32:38 +0000 (13:32 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 15:18:37 +0000 (08:18 -0700)
commit05015ebb0f307e9e22325e51d0052301dee8f13c
tree1887046af80b6994389555a08a85fcfc2dbed54a
parenta998cfe069c0769e3059c6c7fbb2a1f5d9ea5a1d
io_uring: inline __io_commit_cqring()

Inline it in its only user, that's cleaner

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c