Skip to content

Commit

Permalink
nvme.h: fixup ANA group descriptor format
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
  • Loading branch information
Hannes Reinecke authored and Christoph Hellwig committed Aug 8, 2018
1 parent 8f220c4 commit 8b92d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ struct nvme_ana_group_desc {
__le32 nnsids;
__le64 chgcnt;
__u8 state;
__u8 rsvd17[7];
__u8 rsvd17[15];
__le32 nsids[];
};

Expand Down

0 comments on commit 8b92d0e

Please sign in to comment.