@@ -41,12 +41,12 @@ int blk_mq_rdma_map_queues(struct blk_mq_tag_set *set,
                        goto fallback;
for_each_cpu(cpu, mask)
-                       set->mq_map[cpu] = queue;
+                       set->map[0].mq_map[cpu] = queue;

Any reason not to change the signature like the other mappers?

Reply via email to