nvme: move ns id info to struct nvme_ns_head
authorDaniel Wagner <dwagner@suse.de>
Mon, 18 Dec 2023 16:59:49 +0000 (17:59 +0100)
committerKeith Busch <kbusch@kernel.org>
Tue, 19 Dec 2023 17:09:15 +0000 (09:09 -0800)
commit9419e71b8d67312dbe267968b2bec0ebc449dc73
treeb329c7c3fa6c468f6ca1b6c5bfb055ea01eb9e1d
parent4ba8b3f7d368279d3d3bde788394c7f6b3e0c061
nvme: move ns id info to struct nvme_ns_head

Move the namesapce info to struct nvme_ns_head, because it's the same
for all associated namespaces.

Note: with multipathing enabled the PI information is shared between all
paths. If a path is using a different PI configuration it will overwrite
the previous settings. This is obviously not correct and such
configuration will be rejected in future. For the time being we expect
a correctly configured storage.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c
drivers/nvme/host/ioctl.c
drivers/nvme/host/nvme.h
drivers/nvme/host/rdma.c
drivers/nvme/host/zns.c