]> git.baikalelectronics.ru Git - kernel.git/commit
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, 1 Feb 2021 17:02:42 +0000 (10:02 -0700)
commit9246c1e456d419e865324f425a7f40da91e56e03
tree710e335ea2876c57d77d4377ecf9d7c2d6792093
parent0985df6b221a3d649766621934c4df96fa9914e0
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