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, 9 May 2022 12:35:34 +0000 (06:35 -0600)
commit0e2e5c47fed68ce203f2c6978188cc49a2a96e26
tree644af1a7221421e750cb39e8a67a0ee214af2e27
parent2fee6bc6407848043798698116b8fd81d1fe470a
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