Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172931
b: refs/heads/master
c: 125c4f2
h: refs/heads/master
i:
  172929: 18a187e
  172927: 9836968
v: v3
  • Loading branch information
Jens Axboe committed Nov 3, 2009
1 parent 967b2cb commit 7503bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2058297d2d045cb57138c33b87cfabcc80e65186
refs/heads/master: 125c4f221a5352ae08aef2898055b879ad963f01
1 change: 0 additions & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,6 @@ cfq_should_preempt(struct cfq_data *cfqd, struct cfq_queue *new_cfqq,
* if this request is as-good as one we would expect from the
* current cfqq, let it preempt
*/
if (cfq_rq_close(cfqd, cfqq, rq))
if (cfq_rq_close(cfqd, cfqq, rq) && (!cfq_cfqq_coop(new_cfqq) ||
cfqd->busy_queues == 1)) {
/*
Expand Down

0 comments on commit 7503bd5

Please sign in to comment.