Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: keith.busch@intel.com (Keith Busch)
Subject: [PATCH] NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Date: Tue, 30 Apr 2013 15:20:33 -0000	[thread overview]
Message-ID: <alpine.LRH.2.03.1304090141480.25729@localhost.localdom> (raw)
In-Reply-To: <1366759439-16265-1-git-send-email-keith.busch@intel.com>

On Tue, 23 Apr 2013, Keith Busch wrote:

> This adds support for namespaces with separate meta-data formats in the
> submit io ioctl. The meta-data buffer has to be a contiguous, so such
> a buffer is allocated and the mapped user pages are copied to/from this
> buffer for write/read commands.
>
> Signed-off-by: Keith Busch <keith.busch at intel.com>

> +	ns->ms = id->lbaf[lbaf].ms;

Reviewing my own patch! This should be:

+	ns->ms = le16_to_cpu(id->lbaf[lbaf].ms);

      reply	other threads:[~2013-04-30 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 23:23 [PATCH] NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO Keith Busch
2013-04-30 15:20 ` Keith Busch [this message]

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=alpine.LRH.2.03.1304090141480.25729@localhost.localdom \
    --to=keith.busch@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox