Searched hist:"70 e62f4bacdf31ea8a59f241c9229120cd06d9d1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-mq-debugfs.c | diff 70e62f4bacdf31ea8a59f241c9229120cd06d9d1 Tue Oct 03 16:57:16 CDT 2017 Omar Sandoval <osandov@fb.com> blk-mq-debugfs: fix device sched directory for default scheduler
In blk_mq_debugfs_register(), I remembered to set up the per-hctx sched directories if a default scheduler was already configured by blk_mq_sched_init() from blk_mq_init_allocated_queue(), but I didn't do the same for the device-wide sched directory. Fix it.
Fixes: d332ce091813 ("blk-mq-debugfs: allow schedulers to register debugfs attributes") Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|