Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182948
b: refs/heads/master
c: 73e9ffd
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and Jens Axboe committed Mar 1, 2010
1 parent 677e47d commit 9b248b9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 91f63d0efa1b2ff3f8773aad61c2970f097232aa
refs/heads/master: 73e9ffdd0cc8159f876d5e29ecf2d9c1bfca544f
5 changes: 3 additions & 2 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ struct cfq_rb_root {
struct rb_root rb;
struct rb_node *left;
unsigned count;
unsigned total_weight;
u64 min_vdisktime;
struct rb_node *active;
unsigned total_weight;
};
#define CFQ_RB_ROOT (struct cfq_rb_root) { RB_ROOT, NULL, 0, 0, }
#define CFQ_RB_ROOT (struct cfq_rb_root) { .rb = RB_ROOT, .left = NULL, \
.count = 0, .min_vdisktime = 0, }

/*
* Per process-grouping structure
Expand Down

0 comments on commit 9b248b9

Please sign in to comment.