t/io_uring: further simplify inflight tracking
authorJens Axboe <axboe@kernel.dk>
Sat, 28 Aug 2021 21:37:25 +0000 (15:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 28 Aug 2021 21:37:25 +0000 (15:37 -0600)
commit4f2152278e0b3c35ded02fb3e6fb550eab7bedcd
treefaf3e37fab4f2c3e86b7bf9843694bc98b74b7e1
parent26976a134e44f583f91e05df95ef8ec5a9cc968d
t/io_uring: further simplify inflight tracking

Don't dump the last submitter inflight as well, just use file_depths()
for all of them.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c