diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 0bf5d79d9ba0..d364c42dbf17 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -1464,9 +1464,9 @@ static inline uint64_t rq_io_start_time_ns(struct request *req) | |||
| 1464 | struct blk_integrity_exchg { | 1464 | struct blk_integrity_exchg { |
| 1465 | void *prot_buf; | 1465 | void *prot_buf; |
| 1466 | void *data_buf; | 1466 | void *data_buf; |
| 1467 | sector_t sector; | 1467 | sector_t seed; |
| 1468 | unsigned int data_size; | 1468 | unsigned int data_size; |
| 1469 | unsigned short sector_size; | 1469 | unsigned short interval; |
| 1470 | const char *disk_name; | 1470 | const char *disk_name; |
| 1471 | }; | 1471 | }; |
| 1472 | 1472 | ||
| @@ -1479,7 +1479,7 @@ struct blk_integrity { | |||
| 1479 | 1479 | ||
| 1480 | unsigned short flags; | 1480 | unsigned short flags; |
| 1481 | unsigned short tuple_size; | 1481 | unsigned short tuple_size; |
| 1482 | unsigned short sector_size; | 1482 | unsigned short interval; |
| 1483 | unsigned short tag_size; | 1483 | unsigned short tag_size; |
| 1484 | 1484 | ||
| 1485 | const char *name; | 1485 | const char *name; |
