diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index cfeb3c2feb27..12c545e2737c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -211,8 +211,8 @@ struct request { | |||
| 211 | 211 | ||
| 212 | unsigned short ioprio; | 212 | unsigned short ioprio; |
| 213 | 213 | ||
| 214 | void *special; | 214 | void *special; /* opaque pointer available for LLD use */ |
| 215 | char *buffer; | 215 | char *buffer; /* kaddr of the current segment if available */ |
| 216 | 216 | ||
| 217 | int tag; | 217 | int tag; |
| 218 | int errors; | 218 | int errors; |
| @@ -229,7 +229,6 @@ struct request { | |||
| 229 | unsigned int data_len; | 229 | unsigned int data_len; |
| 230 | unsigned int extra_len; /* length of alignment and padding */ | 230 | unsigned int extra_len; /* length of alignment and padding */ |
| 231 | unsigned int sense_len; | 231 | unsigned int sense_len; |
| 232 | void *data; | ||
| 233 | void *sense; | 232 | void *sense; |
| 234 | 233 | ||
| 235 | unsigned long deadline; | 234 | unsigned long deadline; |
