From: Arnav Dawn Date: Fri, 12 May 2017 15:12:03 +0000 (+0200) Subject: nvme.h: add dword 12 - 15 fields to struct nvme_features X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b85cf7348ab50e2042b732e19031b1d22eedc741;p=openwrt%2Fstaging%2Fblogic.git nvme.h: add dword 12 - 15 fields to struct nvme_features Signed-off-by: Arnav Dawn [hch: split from a larger patch, new changelog] Signed-off-by: Christoph Hellwig Reviewed-by: Keith Busch Reviewed-by: Sagi Grimberg Reviewed-by: Johannes Thumshirn --- 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 {