Message ID | acd70e1736928907d479e29203844505a82d1413.1475241231.git.agordeev@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Looks good,
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/block/blk-mq.c b/block/blk-mq.c index c96a168..92c2519 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -1928,7 +1928,6 @@ static void blk_mq_realloc_hw_ctxs(struct blk_mq_tag_set *set, atomic_set(&hctxs[i]->nr_active, 0); hctxs[i]->numa_node = node; - hctxs[i]->queue_num = i; if (blk_mq_init_hctx(q, set, hctxs[i], i)) { free_cpumask_var(hctxs[i]->cpumask);