Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172928
b: refs/heads/master
c: 5869619
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Oct 28, 2009
1 parent 9836968 commit 36529e1
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: 718eee0579b802aabe3bafacf09d0a9b0830f1dd
refs/heads/master: 5869619cb5b26754574375472fe54a390edf34c7
4 changes: 2 additions & 2 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq)
* to quickly follows sudden increases and decrease slowly
*/

static inline unsigned
cfq_get_avg_queues(struct cfq_data *cfqd, bool rt) {
static inline unsigned cfq_get_avg_queues(struct cfq_data *cfqd, bool rt)
{
unsigned min_q, max_q;
unsigned mult = cfq_hist_divisor - 1;
unsigned round = cfq_hist_divisor / 2;
Expand Down

0 comments on commit 36529e1

Please sign in to comment.