io_uring: flush completions for CQE32
authorStefan Roesch <shr@fb.com>
Tue, 26 Apr 2022 18:21:29 +0000 (11:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 May 2022 20:23:37 +0000 (14:23 -0600)
commitcabc6e73068f228997e6d7eda0be3e43ece925dc
tree526ac47f81cf970bc3ccade92e4728e084eb106b
parent26edf2f338de51efb923780f24c2c30965587c56
io_uring: flush completions for CQE32

This flushes the completions according to their CQE type: the same
processing is done for the default CQE size, but for large CQE's the
extra1 and extra2 fields are filled in.

Signed-off-by: Stefan Roesch <shr@fb.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20220426182134.136504-8-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c