Home
last modified time | relevance | path

Searched hist:"4 f731705" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dfdinfo.c4f731705 Sun Sep 11 07:36:09 CDT 2022 Jens Axboe <axboe@kernel.dk> 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>