Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37539
b: refs/heads/master
c: ff7d145
h: refs/heads/master
i:
  37537: 44d1215
  37535: 9e8cbfd
v: v3
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Sep 30, 2006
1 parent ba80c38 commit 8d45fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5380a101d33d1d3a32c6b6bd2e17e5dd835842b0
refs/heads/master: ff7d145fd911266ae42af7552edc32681c01addb
6 changes: 6 additions & 0 deletions trunk/include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,13 @@ struct request {
struct hlist_node hash; /* merge hash */
struct rb_node rb_node; /* sort/lookup */

/*
* two pointers are available for the IO schedulers, if they need
* more they have to dynamically allocate it.
*/
void *elevator_private;
void *elevator_private2;

void *completion_data;

int rq_status; /* should split this into a few status bits */
Expand Down

0 comments on commit 8d45fc4

Please sign in to comment.