diff options
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 6a062eebbd15..a2bfec7d6b36 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -2160,7 +2160,7 @@ out_cont: | |||
2160 | static void cfq_shutdown_timer_wq(struct cfq_data *cfqd) | 2160 | static void cfq_shutdown_timer_wq(struct cfq_data *cfqd) |
2161 | { | 2161 | { |
2162 | del_timer_sync(&cfqd->idle_slice_timer); | 2162 | del_timer_sync(&cfqd->idle_slice_timer); |
2163 | kblockd_flush_work(&cfqd->unplug_work); | 2163 | cancel_work_sync(&cfqd->unplug_work); |
2164 | } | 2164 | } |
2165 | 2165 | ||
2166 | static void cfq_put_async_queues(struct cfq_data *cfqd) | 2166 | static void cfq_put_async_queues(struct cfq_data *cfqd) |