io_uring: get rid of __io_fill_cqe{32}_req()
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jun 2022 10:23:02 +0000 (11:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jun 2022 11:06:09 +0000 (05:06 -0600)
commit91ef75a7db0d0855284b78d60d3fcec5c353ec5a
tree827980ea8fc1202829b6402731d9207e9e720eb2
parentd884b6498d2f022098502e106d5a45ab635f2e9a
io_uring: get rid of __io_fill_cqe{32}_req()

There are too many cqe filling helpers, kill __io_fill_cqe{32}_req(),
use __io_fill_cqe{32}_req_filled() instead, and then rename it. It'll
simplify fixing in following patches.

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