Skip to content

Commit 9b89bc3

Browse files
author
Christoph Hellwig
committed
nvme.h: add support for the log specific field
NVMe 1.3 added a new log specific field to the get log page CQ defintion, add it to our get_log_page SQ structure. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Keith Busch <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]>
1 parent cdcdcaa commit 9b89bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/nvme.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ struct nvme_get_log_page_command {
885885
__u64 rsvd2[2];
886886
union nvme_data_ptr dptr;
887887
__u8 lid;
888-
__u8 rsvd10;
888+
__u8 lsp; /* upper 4 bits reserved */
889889
__le16 numdl;
890890
__le16 numdu;
891891
__u16 rsvd11;

0 commit comments

Comments
 (0)