io-uring: add __fill_cqe function
authorStefan Roesch <shr@fb.com>
Mon, 14 Feb 2022 18:04:29 +0000 (10:04 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Mar 2022 13:32:49 +0000 (06:32 -0700)
commitd5ec1dfaf59bf1632d7f2114d209bf80bfbd907a
tree88fbf13f64c79ad7dccf197516bc4d86bfb8b065
parent86127bb18aea7e553cfd0842bcd33a6dc80bfbc8
io-uring: add __fill_cqe function

This introduces the __fill_cqe function. This is necessary
to correctly issue the io_uring_complete tracepoint.

Signed-off-by: Stefan Roesch <shr@fb.com>
Link: https://lore.kernel.org/r/20220214180430.70572-2-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c