diff options
author | Arnav Dawn <a.dawn@samsung.com> | 2017-05-12 18:12:03 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-06-13 12:45:34 +0300 |
commit | b85cf7348ab50e2042b732e19031b1d22eedc741 (patch) | |
tree | 4ebbaf584d17b6244ce98db583e075f7d1aea383 /include/linux | |
parent | 39673e1995381b09a63cc7e9d0aea7cf871cb359 (diff) | |
download | linux-b85cf7348ab50e2042b732e19031b1d22eedc741.tar.xz |
nvme.h: add dword 12 - 15 fields to struct nvme_features
Signed-off-by: Arnav Dawn <a.dawn@samsung.com>
[hch: split from a larger patch, new changelog]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
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 { |