commit | cb2da43e3d02b745408252fe4c447b23b1f4fc7b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Apr 09 10:53:21 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 09 10:53:21 2014 -0600 |
tree | 478ee0ca7f83132a68f0cd7b1d7f68e7df14450d | |
parent | e4043dcf30811f5db15181168e2aac172514302a [diff] |
blk-mq: simplify blk_mq_hw_sysfs_cpus_show() Now that we have a cpu mask of CPUs that are mapped to a specific hardware queue, we can just iterate that to display the sysfs num-hw-queue/cpu_list file. Signed-off-by: Jens Axboe <axboe@fb.com>