Skip to content
Commit ea97cbeb authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/fdinfo: include locked hash table in fdinfo output

A previous commit split the hash table for polled requests into two
parts, but didn't get the fdinfo output updated. This means that it's
less useful for debugging, as we may think a given request is not pending
poll.

Fix this up by dumping the locked hash table contents too.

Fixes: 9ca9fb24

 ("io_uring: mutex locked poll hashing")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent febb985c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment