Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172979
b: refs/heads/master
c: 474b18c
h: refs/heads/master
i:
  172977: c765154
  172975: a5c785b
v: v3
  • Loading branch information
Shaohua Li authored and Jens Axboe committed Dec 3, 2009
1 parent f0360cb commit b524846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 98262f2762f0067375f83824d81ea929e37e6bfe
refs/heads/master: 474b18ccc264c472abeec50f48469b6477202699
4 changes: 2 additions & 2 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,9 +1618,9 @@ static bool cfq_may_dispatch(struct cfq_data *cfqd, struct cfq_queue *cfqq)
return false;

/*
* Sole queue user, allow bigger slice
* Sole queue user, no limit
*/
max_dispatch *= 4;
max_dispatch = -1;
}

/*
Expand Down

0 comments on commit b524846

Please sign in to comment.