nvme.h: fixup ANA group descriptor format
authorHannes Reinecke <hare@suse.com>
Wed, 8 Aug 2018 06:35:29 +0000 (08:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 8 Aug 2018 09:54:55 +0000 (11:54 +0200)
ANA Phase 3 draft had the 'reserved' field in the group descriptor
format set to '23:17' (so that the first namespace identifier started
at byte 24), but that got move with the approved TP to '31:17'
(so that the first namespace identifier started at byte 32).

Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/nvme.h

index 64c9175723de7001c3bfa558bd610b7f7d6450f7..a661861e9d56f1a844471a027aa388fa231fb848 100644 (file)
@@ -446,7 +446,7 @@ struct nvme_ana_group_desc {
        __le32  nnsids;
        __le64  chgcnt;
        __u8    state;
-       __u8    rsvd17[7];
+       __u8    rsvd17[15];
        __le32  nsids[];
 };