]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf002085a69981a710d9ce452dcee29c2d68819ef
tree47d2dc83aedefd068cf0ffe66f766cdb56e84807
parentb2b1dcf4585a30e2364f8f025dceba0f1418d971
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