All of lore.kernel.org
 help / color / mirror / Atom feed
From: hare@suse.de (Hannes Reinecke)
Subject: [PATCH] nvme: fixup ANA group descriptor offset
Date: Mon,  5 Nov 2018 16:00:36 +0100	[thread overview]
Message-ID: <20181105150036.17041-1-hare@suse.de> (raw)

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 <hare at suse.com>
---
 linux/nvme.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/nvme.h b/linux/nvme.h
index 37d3bc1..1ad970a 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.13.7

             reply	other threads:[~2018-11-05 15:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 15:00 Hannes Reinecke [this message]
2018-11-06 19:02 ` [PATCH] nvme: fixup ANA group descriptor offset Schremmer, Steven
2018-11-08 16:27   ` Keith Busch
2018-11-07  8:28 ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181105150036.17041-1-hare@suse.de \
    --to=hare@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.