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

Keith Busch kbusch at kernel.org
Thu May 18 19:29:39 PDT 2023


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