diff options
Diffstat (limited to 'block/blk-settings.c')
-rw-r--r-- | block/blk-settings.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-settings.c b/block/blk-settings.c index b21dcdb64151..41392fbe19ff 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c | |||
@@ -141,8 +141,6 @@ void blk_queue_make_request(struct request_queue *q, make_request_fn *mfn) | |||
141 | if (q->unplug_delay == 0) | 141 | if (q->unplug_delay == 0) |
142 | q->unplug_delay = 1; | 142 | q->unplug_delay = 1; |
143 | 143 | ||
144 | INIT_WORK(&q->unplug_work, blk_unplug_work); | ||
145 | |||
146 | q->unplug_timer.function = blk_unplug_timeout; | 144 | q->unplug_timer.function = blk_unplug_timeout; |
147 | q->unplug_timer.data = (unsigned long)q; | 145 | q->unplug_timer.data = (unsigned long)q; |
148 | 146 | ||