]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
authorAnuj Gupta <anuj20.g@samsung.com>
Mon, 30 Jun 2025 09:05:47 +0000 (14:35 +0530)
committerChristian Brauner <brauner@kernel.org>
Tue, 1 Jul 2025 12:00:15 +0000 (14:00 +0200)
commitf3ee50659148e4c1b7d1e58cfec897b14d36a00d
tree5d8a30d47558fe4ddddd32db3982359566874d5c
parent76e45252a4cefa205439eb6610a244771e7d88da
nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE

protection information is treated as opaque when checksum type is
BLK_INTEGRITY_CSUM_NONE. In order to maintain the right metadata
semantics, set pi_offset only in cases where checksum type is not
BLK_INTEGRITY_CSUM_NONE.

Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/20250630090548.3317-4-anuj20.g@samsung.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
drivers/nvme/host/core.c