aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r--block/cfq-iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 9e0df2bdcf21..01771098355d 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -2231,7 +2231,7 @@ static int cfq_forced_dispatch(struct cfq_data *cfqd)
2231 int dispatched = 0; 2231 int dispatched = 0;
2232 2232
2233 /* Expire the timeslice of the current active queue first */ 2233 /* Expire the timeslice of the current active queue first */
2234 cfq_slice_expired(cfqd, 0); 2234 cfq_slice_expired(cfqd, 0, true);
2235 while ((cfqq = cfq_get_next_queue_forced(cfqd)) != NULL) { 2235 while ((cfqq = cfq_get_next_queue_forced(cfqd)) != NULL) {
2236 __cfq_set_active_queue(cfqd, cfqq); 2236 __cfq_set_active_queue(cfqd, cfqq);
2237 dispatched += __cfq_forced_dispatch_cfqq(cfqq); 2237 dispatched += __cfq_forced_dispatch_cfqq(cfqq);