diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvme.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 0adad4a5419b..8dbd05e70f09 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h | |||
| @@ -117,8 +117,9 @@ struct nvme_ns { | |||
| 117 | 117 | ||
| 118 | unsigned ns_id; | 118 | unsigned ns_id; |
| 119 | int lba_shift; | 119 | int lba_shift; |
| 120 | int ms; | 120 | u16 ms; |
| 121 | int pi_type; | 121 | bool ext; |
| 122 | u8 pi_type; | ||
| 122 | u64 mode_select_num_blocks; | 123 | u64 mode_select_num_blocks; |
| 123 | u32 mode_select_block_len; | 124 | u32 mode_select_block_len; |
| 124 | }; | 125 | }; |
