From fbd2017eec422cf08c75afef046519af91678a73 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Mon, 5 Nov 2018 16:00:36 +0100 Subject: [PATCH] nvme: fixup ANA group descriptor offset The ANA group descriptor offset changed between the specification sent for ratification and the final ratified document, causing the ANA log page not to be displayed correctly. Signed-off-by: Hannes Reinecke Reviewed-by: Steve Schremmer Signed-off-by: Keith Busch --- linux/nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/nvme.h b/linux/nvme.h index 37d3bc1a..1ad970a4 100644 --- a/linux/nvme.h +++ b/linux/nvme.h @@ -546,7 +546,7 @@ struct nvme_ana_group_desc { __le32 nnsids; __le64 chgcnt; __u8 state; - __u8 rsvd17[7]; + __u8 rsvd17[15]; __le32 nsids[]; }; -- 2.50.1