io_uring/fdinfo: include locked hash table in fdinfo output
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Jan 2023 17:24:52 +0000 (10:24 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Jan 2023 17:24:52 +0000 (10:24 -0700)
commitea97cbebaf861d99c3e892275147e6fca6d2c1ca
tree89e1d13504b636430cd3ec6a7631bf7c0c09e549
parentfebb985c06cb6f5fac63598c0bffd4fd823d110d
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: 9ca9fb24d5fe ("io_uring: mutex locked poll hashing")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/fdinfo.c