aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--block/blk-mq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 2caac30e128a..c56b64ae1741 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1910,7 +1910,6 @@ static int blk_mq_init_hctx(struct request_queue *q,
1910 spin_lock_init(&hctx->lock); 1910 spin_lock_init(&hctx->lock);
1911 INIT_LIST_HEAD(&hctx->dispatch); 1911 INIT_LIST_HEAD(&hctx->dispatch);
1912 hctx->queue = q; 1912 hctx->queue = q;
1913 hctx->queue_num = hctx_idx;
1914 hctx->flags = set->flags & ~BLK_MQ_F_TAG_SHARED; 1913 hctx->flags = set->flags & ~BLK_MQ_F_TAG_SHARED;
1915 1914
1916 cpuhp_state_add_instance_nocalls(CPUHP_BLK_MQ_DEAD, &hctx->cpuhp_dead); 1915 cpuhp_state_add_instance_nocalls(CPUHP_BLK_MQ_DEAD, &hctx->cpuhp_dead);