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>
Thu, 21 Jul 2022 14:47:03 +0000 (08:47 -0600)
commitaf94cebd273ebf3e2ca550d4fef8b5ef7c7a1e80
tree5d7e3cbd9f7f2678681c7080efe84be2c21d2060
parent104bcfd7ecce224e55ab9b7c2fc0947611fa0888
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