diff options
Diffstat (limited to 'block/cfq-iosched.c')
| -rw-r--r-- | block/cfq-iosched.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 7785169f3c8f..46b0a1d1d925 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -888,7 +888,7 @@ cfq_group_notify_queue_add(struct cfq_data *cfqd, struct cfq_group *cfqg) | |||
| 888 | /* | 888 | /* |
| 889 | * Currently put the group at the end. Later implement something | 889 | * Currently put the group at the end. Later implement something |
| 890 | * so that groups get lesser vtime based on their weights, so that | 890 | * so that groups get lesser vtime based on their weights, so that |
| 891 | * if group does not loose all if it was not continously backlogged. | 891 | * if group does not loose all if it was not continuously backlogged. |
| 892 | */ | 892 | */ |
| 893 | n = rb_last(&st->rb); | 893 | n = rb_last(&st->rb); |
| 894 | if (n) { | 894 | if (n) { |
| @@ -3368,7 +3368,7 @@ cfq_rq_enqueued(struct cfq_data *cfqd, struct cfq_queue *cfqq, | |||
| 3368 | cfqd->busy_queues > 1) { | 3368 | cfqd->busy_queues > 1) { |
| 3369 | cfq_del_timer(cfqd, cfqq); | 3369 | cfq_del_timer(cfqd, cfqq); |
| 3370 | cfq_clear_cfqq_wait_request(cfqq); | 3370 | cfq_clear_cfqq_wait_request(cfqq); |
| 3371 | __blk_run_queue(cfqd->queue, false); | 3371 | __blk_run_queue(cfqd->queue); |
| 3372 | } else { | 3372 | } else { |
| 3373 | cfq_blkiocg_update_idle_time_stats( | 3373 | cfq_blkiocg_update_idle_time_stats( |
| 3374 | &cfqq->cfqg->blkg); | 3374 | &cfqq->cfqg->blkg); |
| @@ -3383,7 +3383,7 @@ cfq_rq_enqueued(struct cfq_data *cfqd, struct cfq_queue *cfqq, | |||
| 3383 | * this new queue is RT and the current one is BE | 3383 | * this new queue is RT and the current one is BE |
| 3384 | */ | 3384 | */ |
| 3385 | cfq_preempt_queue(cfqd, cfqq); | 3385 | cfq_preempt_queue(cfqd, cfqq); |
| 3386 | __blk_run_queue(cfqd->queue, false); | 3386 | __blk_run_queue(cfqd->queue); |
| 3387 | } | 3387 | } |
| 3388 | } | 3388 | } |
| 3389 | 3389 | ||
| @@ -3743,7 +3743,7 @@ static void cfq_kick_queue(struct work_struct *work) | |||
| 3743 | struct request_queue *q = cfqd->queue; | 3743 | struct request_queue *q = cfqd->queue; |
| 3744 | 3744 | ||
| 3745 | spin_lock_irq(q->queue_lock); | 3745 | spin_lock_irq(q->queue_lock); |
| 3746 | __blk_run_queue(cfqd->queue, false); | 3746 | __blk_run_queue(cfqd->queue); |
| 3747 | spin_unlock_irq(q->queue_lock); | 3747 | spin_unlock_irq(q->queue_lock); |
| 3748 | } | 3748 | } |
| 3749 | 3749 | ||
