diff options
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 8517264eb71e..fcbd56dd41fa 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -515,6 +515,7 @@ struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) | |||
515 | init_timer(&q->unplug_timer); | 515 | init_timer(&q->unplug_timer); |
516 | setup_timer(&q->timeout, blk_rq_timed_out_timer, (unsigned long) q); | 516 | setup_timer(&q->timeout, blk_rq_timed_out_timer, (unsigned long) q); |
517 | INIT_LIST_HEAD(&q->timeout_list); | 517 | INIT_LIST_HEAD(&q->timeout_list); |
518 | INIT_WORK(&q->unplug_work, blk_unplug_work); | ||
518 | 519 | ||
519 | kobject_init(&q->kobj, &blk_queue_ktype); | 520 | kobject_init(&q->kobj, &blk_queue_ktype); |
520 | 521 | ||