io_uring: remove __io_fill_cqe() helper
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jun 2022 10:23:06 +0000 (11:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jun 2022 11:06:42 +0000 (05:06 -0600)
commitcd94903d3ba50d7ae797c603f68996af8d1ba1a1
tree375a3bcb0e0db30495fb3aba6f010a37a192b823
parent2caf9822f0507463168a9e83f93c75b3e3fac971
io_uring: remove __io_fill_cqe() helper

In preparation for the following patch, inline __io_fill_cqe(), there is
only one user.

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