[PATCH] nvme: remove multipath module parameter

John Meneghini jmeneghi at redhat.com
Tue Feb 18 06:57:10 PST 2025


On 2/18/25 9:05 AM, John Meneghini wrote:
> +               if (info->is_shared) {
> +                       dev_warn(ctrl->device,
> +                               "Found shared namespace %d but multipathing not supported.\n",
> +                               info->nsid);

Or maybe this should be

+               if ((ctrl->subsys->cmic & NVME_CTRL_CMIC_MULTI_CTRL) && info->is_shared) {
+                       dev_warn(ctrl->device,
+                               "Found shared namespace %d but multipathing not supported.\n",
+                               info->nsid);

/John





More information about the Linux-nvme mailing list