diff options
| -rw-r--r-- | block/cfq-iosched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 2544c219c00c..98569c2f373e 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -3969,7 +3969,6 @@ cfq_should_preempt(struct cfq_data *cfqd, struct cfq_queue *new_cfqq, | |||
| 3969 | /* Allow preemption only if we are idling on sync-noidle tree */ | 3969 | /* Allow preemption only if we are idling on sync-noidle tree */ |
| 3970 | if (cfqd->serving_wl_type == SYNC_NOIDLE_WORKLOAD && | 3970 | if (cfqd->serving_wl_type == SYNC_NOIDLE_WORKLOAD && |
| 3971 | cfqq_type(new_cfqq) == SYNC_NOIDLE_WORKLOAD && | 3971 | cfqq_type(new_cfqq) == SYNC_NOIDLE_WORKLOAD && |
| 3972 | new_cfqq->service_tree->count == 2 && | ||
| 3973 | RB_EMPTY_ROOT(&cfqq->sort_list)) | 3972 | RB_EMPTY_ROOT(&cfqq->sort_list)) |
| 3974 | return true; | 3973 | return true; |
| 3975 | 3974 | ||
