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

irvin cote irvincoteg at gmail.com
Thu May 18 20:31:55 PDT 2023


I found it from inspection

On Thu, 18 May 2023 at 23:29, Keith Busch <kbusch at kernel.org> 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. Did you actually hit this condition or
> found it from inspection?



More information about the Linux-nvme mailing list