]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
nvme.h: add dword 12 - 15 fields to struct nvme_features
authorArnav Dawn <a.dawn@samsung.com>
Fri, 12 May 2017 15:12:03 +0000 (17:12 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 Jun 2017 09:45:34 +0000 (11:45 +0200)
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>
include/linux/nvme.h

index 180a2fdbcaeffd7cfb5b48693352d1df6467b147..51ca4771be2cf51b1ad652b862497855c83f882c 100644 (file)
@@ -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 {