Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
Showing the hctx flags for when BLK_MQ_F_TAG_HCTX_SHARED is set gives something like: root@debian:/home/john# more /sys/kernel/debug/block/sda/hctx0/flags alloc_policy=FIFO SHOULD_MERGE|TAG_QUEUE_SHARED|3 Add the decoding for that flag. Fixes: 32bc15a ("blk-mq: Facilitate a shared sbitmap per tagset") Signed-off-by: John Garry <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information