| commit | 4f731705cc1f1591e15e1c3133de8ae3843c68ff | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <axboe@kernel.dk> | Sun Sep 11 06:36:09 2022 -0600 |
| committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 21 13:15:02 2022 -0600 |
| tree | 249dcd2b645192be018be466cbdef8914c486937 | |
| parent | c0dc995eb2295e1be6b95b60c90c59f87b009bdb [diff] |
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable We already have the cq_shift, just use that to tell if we have doubly sized CQEs or not. While in there, cleanup the CQE32 vs normal CQE size printing. Signed-off-by: Jens Axboe <axboe@kernel.dk>