nvme: use ns->head->pi_size instead of t10_pi_tuple structure size
authorFrancis Pravin <francis.p@samsung.com>
Tue, 6 Feb 2024 23:34:17 +0000 (05:04 +0530)
committerKeith Busch <kbusch@kernel.org>
Wed, 7 Feb 2024 23:49:36 +0000 (15:49 -0800)
commit4054705215ad7e6dd8e4e6ff27c39abd7667f700
tree8a9f15ce945ed04d2636f0fc0b528f299bca95b2
parente8c263ed6de8183e670fbd127c2512292a2ad8eb
nvme: use ns->head->pi_size instead of t10_pi_tuple structure size

Currently kernel supports 8 byte and 16 byte protection information.
So, use ns->head->pi_size instead of sizeof(struct t10_pi_tuple).

Signed-off-by: Francis Pravin <francis.p@samsung.com>
Signed-off-by: Sathyavathi M <sathya.m@samsung.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/ioctl.c