io_uring: open code io_fill_cqe_req()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 11 Aug 2023 12:53:43 +0000 (13:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Aug 2023 16:42:57 +0000 (10:42 -0600)
commit00b0db562485fbb259cd4054346208ad0885d662
tree54c04cc1c7a58c451a78bf3c640dcb93e4ddf899
parentb2e74db55dd93d6db22a813c9a775b5dbf87c560
io_uring: open code io_fill_cqe_req()

io_fill_cqe_req() is only called from one place, open code it, and
rename __io_fill_cqe_req().

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