diff options
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index e47a9309eb48..61a3f22eee29 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -2068,9 +2068,10 @@ static void cfq_put_async_queues(struct cfq_data *cfqd) | |||
2068 | cfq_put_queue(cfqd->async_cfqq[0][i]); | 2068 | cfq_put_queue(cfqd->async_cfqq[0][i]); |
2069 | if (cfqd->async_cfqq[1][i]) | 2069 | if (cfqd->async_cfqq[1][i]) |
2070 | cfq_put_queue(cfqd->async_cfqq[1][i]); | 2070 | cfq_put_queue(cfqd->async_cfqq[1][i]); |
2071 | if (cfqd->async_idle_cfqq) | ||
2072 | cfq_put_queue(cfqd->async_idle_cfqq); | ||
2073 | } | 2071 | } |
2072 | |||
2073 | if (cfqd->async_idle_cfqq) | ||
2074 | cfq_put_queue(cfqd->async_idle_cfqq); | ||
2074 | } | 2075 | } |
2075 | 2076 | ||
2076 | static void cfq_exit_queue(elevator_t *e) | 2077 | static void cfq_exit_queue(elevator_t *e) |