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>
Tue, 15 Feb 2022 21:18:32 +0000 (14:18 -0700)
commit8592d34e8ffa738e4dec7edae3b39055d4215a7e
tree9d6097b42e7425a7f72a042055e618b0970c6367
parent662edc8a1a3bc170bb16f0c0302dbdf2076f0105
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