diff options
-rw-r--r-- | include/linux/blkdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 55ef6efe3eb5..d2dc17151f6c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -232,7 +232,13 @@ struct request { | |||
232 | struct hlist_node hash; /* merge hash */ | 232 | struct hlist_node hash; /* merge hash */ |
233 | struct rb_node rb_node; /* sort/lookup */ | 233 | struct rb_node rb_node; /* sort/lookup */ |
234 | 234 | ||
235 | /* | ||
236 | * two pointers are available for the IO schedulers, if they need | ||
237 | * more they have to dynamically allocate it. | ||
238 | */ | ||
235 | void *elevator_private; | 239 | void *elevator_private; |
240 | void *elevator_private2; | ||
241 | |||
236 | void *completion_data; | 242 | void *completion_data; |
237 | 243 | ||
238 | int rq_status; /* should split this into a few status bits */ | 244 | int rq_status; /* should split this into a few status bits */ |