Commit 64e3d02b authored by Kanchan Joshi's avatar Kanchan Joshi Committed by Keith Busch

nvme: remove sgs and sws

sgs/sws are unused, so remove these from nvme_ns_head structure.
Signed-off-by: default avatarKanchan Joshi <joshi.k@samsung.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent f97914e3
...@@ -471,8 +471,6 @@ struct nvme_ns_head { ...@@ -471,8 +471,6 @@ struct nvme_ns_head {
u8 pi_type; u8 pi_type;
u8 pi_offset; u8 pi_offset;
u8 guard_type; u8 guard_type;
u16 sgs;
u32 sws;
#ifdef CONFIG_BLK_DEV_ZONED #ifdef CONFIG_BLK_DEV_ZONED
u64 zsze; u64 zsze;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment