Loading block/cfq-iosched.c +2 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,8 @@ static struct cfq_queue *cfq_select_queue(struct cfq_data *cfqd) * flight or is idling for a new request, allow either of these * conditions to happen (or time out) before selecting a new queue. */ if (cfqq->dispatched || timer_pending(&cfqd->idle_slice_timer)) { if (timer_pending(&cfqd->idle_slice_timer) || (cfqq->dispatched && cfq_cfqq_idle_window(cfqq))) { cfqq = NULL; goto keep_queue; } Loading Loading
block/cfq-iosched.c +2 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,8 @@ static struct cfq_queue *cfq_select_queue(struct cfq_data *cfqd) * flight or is idling for a new request, allow either of these * conditions to happen (or time out) before selecting a new queue. */ if (cfqq->dispatched || timer_pending(&cfqd->idle_slice_timer)) { if (timer_pending(&cfqd->idle_slice_timer) || (cfqq->dispatched && cfq_cfqq_idle_window(cfqq))) { cfqq = NULL; goto keep_queue; } Loading