Skip to content

Commit

Permalink
BFQ: Missed a line of code when manually merging rejected parts of th…
Browse files Browse the repository at this point in the history
…e patch.
  • Loading branch information
kalltkaffe committed Sep 5, 2011
1 parent 8219977 commit bb4da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/bfq-iosched.c
Expand Up @@ -404,7 +404,7 @@ static void bfq_add_rq_rb(struct request *rq)
if(old_raising_coeff == 1 ||
(bfqd->bfq_raising_max_softrt_rate > 0 &&
bfqq->soft_rt_next_start < jiffies))

bfqq->last_rais_start_finish = jiffies;
}

static void bfq_reposition_rq_rb(struct bfq_queue *bfqq, struct request *rq)
Expand Down

0 comments on commit bb4da85

Please sign in to comment.