All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Keith Busch <kbusch@kernel.org>
Cc: Irvin Cote <irvincoteg@gmail.com>,
	hch@lst.de, axboe@kernel.dk, sagi@grimberg.me,
	linux-nvme@lists.infradead.org
Subject: Re: [PATCH 1/1] nvme-core : remove redundant check from nvme_init_ns_head
Date: Sat, 20 May 2023 06:39:30 +0200	[thread overview]
Message-ID: <20230520043930.GH31780@lst.de> (raw)
In-Reply-To: <ZGbfE7Wsief3erBq@kbusch-mbp.dhcp.thefacebook.com>

On Thu, May 18, 2023 at 08:29:39PM -0600, Keith Busch wrote:
> On Wed, May 17, 2023 at 07:09:15PM -0300, Irvin Cote wrote:
> > -		if (!multipath && !list_empty(&head->list)) {
> > +		if (!multipath) {
> >  			dev_warn(ctrl->device,
> >  				"Found shared namespace %d, but multipathing not supported.\n",
> >  				info->nsid);
> > -- 
> 
> Thanks, applied for nvme-6.5.
> 
> Side note, the very next print says this path was to be removed by 6.0,
> so we're a little late on that.

Yeah, I need to get to this and the resulting cleanup.  Hopefully I'll
find some time the next weeks.


  parent reply	other threads:[~2023-05-20  4:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 22:09 [PATCH 1/1] nvme-core : remove redundant check from nvme_init_ns_head Irvin Cote
2023-05-18  9:06 ` Sagi Grimberg
2023-05-19  2:29 ` Keith Busch
2023-05-19  3:31   ` irvin cote
2023-05-20  4:39   ` Christoph Hellwig [this message]
2023-05-20  4:39 ` 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=20230520043930.GH31780@lst.de \
    --to=hch@lst.de \
    --cc=axboe@kernel.dk \
    --cc=irvincoteg@gmail.com \
    --cc=kbusch@kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /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.