]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb38829f3596ab66c1bb6e478b160ab2b4ba8652c
tree88fbf13f64c79ad7dccf197516bc4d86bfb8b065
parent7f76f4b123d78d59fdfa221d3b5496493715585f
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