]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit500b602ccb7f35eda1b76791e36d6cd80270080d
treed51112511805330c8d7ac424a235c3d635e577ca
parentae97383525fb9dd8a6d592570428370ee33ed0ae
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