block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
authorJens Axboe <axboe@kernel.dk>
Sat, 16 Oct 2021 23:27:20 +0000 (17:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:39:48 +0000 (14:39 -0600)
commit9a14d6ce4135fa72705a926c894218a0d6988924
treed51112511805330c8d7ac424a235c3d635e577ca
parent128459062bc994355027e190477c432ec5b5638a
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes

These were added as part of early days debugging for blk-mq, and they
are not really useful anymore. Rather than spend cycles updating them,
just get rid of them.

As a bonus, this shrinks the per-cpu software queue size from 256b
to 192b. That's a whole cacheline less.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c
block/blk-mq-sched.c
block/blk-mq.c
block/blk-mq.h