]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme: move blk_integrity_unregister into nvme_init_integrity
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Mar 2024 14:04:50 +0000 (07:04 -0700)
committerKeith Busch <kbusch@kernel.org>
Mon, 4 Mar 2024 16:24:56 +0000 (08:24 -0800)
commit414c62e2ce5d93bfbdc12048530075dcea02cad8
tree974dcab996aa438ccacd4695cd9a1d2cafa3a4f1
parentf467b48e38a60c64d73619145247c550d8edf82f
nvme: move blk_integrity_unregister into nvme_init_integrity

Move uneregistering the existing integrity profile into the helper
dealing with all the other integrity / metadata setup.

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