Skip to content

Commit 47f8cc9

Browse files
johnmeneghinikeithbusch
authored andcommitted
nvme: update the multipath warning in nvme_init_ns_head
The new NVME_MULTIPATH_PARAM config option requires updates to the warning message in nvme_init_ns_head(). Signed-off-by: John Meneghini <jmeneghi@redhat.com> Tested-by: John Meneghini <jmeneghi@redhat.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 38808af commit 47f8cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@ static int nvme_init_ns_head(struct nvme_ns *ns, struct nvme_ns_info *info)
38223822
"Found shared namespace %d, but multipathing not supported.\n",
38233823
info->nsid);
38243824
dev_warn_once(ctrl->device,
3825-
"Support for shared namespaces without CONFIG_NVME_MULTIPATH is deprecated and will be removed in Linux 6.0.\n");
3825+
"Shared namespace support requires core_nvme.multipath=Y.\n");
38263826
}
38273827
}
38283828

0 commit comments

Comments
 (0)