[PATCH 1/1] nvme-core : remove redundant check from nvme_init_ns_head

Christoph Hellwig hch at lst.de
Fri May 19 21:39:30 PDT 2023


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.



More information about the Linux-nvme mailing list