io_uring: only trace one of complete or overflow
authorDylan Yudaken <dylany@fb.com>
Thu, 30 Jun 2022 09:12:31 +0000 (02:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:17 +0000 (18:39 -0600)
commite0486f3f7c1b6ab7ba7e912bf48d17f04e71d86d
tree47d2dc83aedefd068cf0ffe66f766cdb56e84807
parent9b26e811e934eebda59362c9a03d082852552574
io_uring: only trace one of complete or overflow

In overflow we see a duplcate line in the trace, and in some cases 3
lines (if initial io_post_aux_cqe fails).
Instead just trace once for each CQE

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220630091231.1456789-13-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h