io_uring/fdinfo: get rid of dumping credentials
authorJens Axboe <axboe@kernel.dk>
Fri, 16 May 2025 18:33:28 +0000 (12:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 May 2025 18:33:28 +0000 (12:33 -0600)
commit16256648cd0877aed9ede41d5d4ad3c1d65d9b2b
tree25e103ee8965d9ae2a138c752e289748a4093ab1
parent9a109266278f200ae0b64508273fea3db8af7a9e
io_uring/fdinfo: get rid of dumping credentials

It's a faily obscure feature, and registered credentials would for that
mostly be a static thing. Don't bother including code to dump the
personalities indices.

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