Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: remove redundant check about 'set->nr_hw_queues' in blk_mq_all…
…oc_tag_set() At the beginning of blk_mq_alloc_tag_set(), we have already checked whether 'set->nr_hw_queues' is zero, so here remove this redundant check. Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> Signed-off-by: Jens Axboe <axboe@fb.com>
- Loading branch information