diff options
| author | Arnav Dawn <[email protected]> | 2017-05-12 17:12:03 +0200 |
|---|---|---|
| committer | Christoph Hellwig <[email protected]> | 2017-06-13 11:45:34 +0200 |
| commit | b85cf7348ab50e2042b732e19031b1d22eedc741 (patch) | |
| tree | 4ebbaf584d17b6244ce98db583e075f7d1aea383 /include/linux | |
| parent | 39673e1995381b09a63cc7e9d0aea7cf871cb359 (diff) | |
nvme.h: add dword 12 - 15 fields to struct nvme_features
Signed-off-by: Arnav Dawn <[email protected]>
[hch: split from a larger patch, new changelog]
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvme.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 180a2fdbcaef..51ca4771be2c 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -673,7 +673,10 @@ struct nvme_features { union nvme_data_ptr dptr; __le32 fid; __le32 dword11; - __u32 rsvd12[4]; + __le32 dword12; + __le32 dword13; + __le32 dword14; + __le32 dword15; }; struct nvme_host_mem_buf_desc { |