Skip to content

Commit

Permalink
nvme.h: add dword 12 - 15 fields to struct nvme_features
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnav Dawn authored and Christoph Hellwig committed Jun 13, 2017
1 parent 39673e1 commit b85cf73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b85cf73

Please sign in to comment.