Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182919
b: refs/heads/master
c: c4081ba
h: refs/heads/master
i:
  182917: 0ddcb99
  182915: 39cc1ea
  182911: 44835a9
v: v3
  • Loading branch information
Richard Kennedy authored and Jens Axboe committed Feb 22, 2010
1 parent 79f3dde commit fa85f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f11cbd74c5ff3614f6390b4de67a6ffdc614c378
refs/heads/master: c4081ba5c9f6f7bdffe49e501a8604a2c0797ef9
6 changes: 3 additions & 3 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ struct cfq_queue {
/* time when queue got scheduled in to dispatch first request. */
unsigned long dispatch_start;
unsigned int allocated_slice;
unsigned int slice_dispatch;
/* time when first request from queue completed and slice started. */
unsigned long slice_start;
unsigned long slice_end;
long slice_resid;
unsigned int slice_dispatch;

/* pending metadata requests */
int meta_pending;
Expand All @@ -130,13 +130,13 @@ struct cfq_queue {
unsigned short ioprio, org_ioprio;
unsigned short ioprio_class, org_ioprio_class;

pid_t pid;

unsigned int seek_samples;
u64 seek_total;
sector_t seek_mean;
sector_t last_request_pos;

pid_t pid;

struct cfq_rb_root *service_tree;
struct cfq_queue *new_cfqq;
struct cfq_group *cfqg;
Expand Down

0 comments on commit fa85f98

Please sign in to comment.