nvme: cleanup nvme_configure_metadata
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Mar 2024 14:04:57 +0000 (07:04 -0700)
committerKeith Busch <kbusch@kernel.org>
Mon, 4 Mar 2024 16:24:56 +0000 (08:24 -0800)
commit27cb91a3a102073473c6aaf0f7f0ba2db27dbf76
tree8548e1d85a86b8902c67495d24dff9bcfcd1aea0
parente5ea00a510c61e9e809a1f13286ac802bbe724a7
nvme: cleanup nvme_configure_metadata

Fold nvme_init_ms into nvme_configure_metadata after splitting up
a little helper to deal with the extended LBA formats.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c