]> Gentwo Git Trees - linux/.git/commit
io_uring/fdinfo: show SQEs for no array setup
authorKeith Busch <kbusch@kernel.org>
Wed, 22 Oct 2025 20:56:07 +0000 (13:56 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Oct 2025 22:09:41 +0000 (16:09 -0600)
commit0ecf0e6748120842700efc5dbf22a18580f7efcf
tree0ee56dbd45bf6d9e5d6029eb827f92261511da9f
parentdde92a5026d81df1a146e9c243d09b27d1bf04bf
io_uring/fdinfo: show SQEs for no array setup

The sq_head indicates the index directly in the submission queue when
the IORING_SETUP_NO_SQARRAY option is used, so use that instead of
skipping showing the entries.

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