• Jens Axboe's avatar
    block: remove some blk_mq_hw_ctx debugfs entries · afd7de03
    Jens Axboe authored
    Just like the blk_mq_ctx counterparts, we've got a bunch of counters
    in here that are only for debugfs and are of questionnable value. They
    are:
    
    - dispatched, index of how many requests were dispatched in one go
    
    - poll_{considered,invoked,success}, which track poll sucess rates. We're
      confident in the iopoll implementation at this point, don't bother
      tracking these.
    
    As a bonus, this shrinks each hardware queue from 576 bytes to 512 bytes,
    dropping a whole cacheline.
    Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    afd7de03
blk-mq.c 105 KB