diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 592669bcc536..90e6914bea0c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -137,11 +137,11 @@ struct request { | |||
| 137 | unsigned int cmd_flags; /* op and common flags */ | 137 | unsigned int cmd_flags; /* op and common flags */ |
| 138 | req_flags_t rq_flags; | 138 | req_flags_t rq_flags; |
| 139 | 139 | ||
| 140 | int tag; | ||
| 140 | int internal_tag; | 141 | int internal_tag; |
| 141 | 142 | ||
| 142 | /* the following two fields are internal, NEVER access directly */ | 143 | /* the following two fields are internal, NEVER access directly */ |
| 143 | unsigned int __data_len; /* total data len */ | 144 | unsigned int __data_len; /* total data len */ |
| 144 | int tag; | ||
| 145 | sector_t __sector; /* sector cursor */ | 145 | sector_t __sector; /* sector cursor */ |
| 146 | 146 | ||
| 147 | struct bio *bio; | 147 | struct bio *bio; |
