Skip to content

Commit 64e3d02

Browse files
Kanchan Joshikeithbusch
authored andcommitted
nvme: remove sgs and sws
sgs/sws are unused, so remove these from nvme_ns_head structure. Signed-off-by: Kanchan Joshi <joshi.k@samsung.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent f97914e commit 64e3d02

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/nvme/host/nvme.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,6 @@ struct nvme_ns_head {
471471
u8 pi_type;
472472
u8 pi_offset;
473473
u8 guard_type;
474-
u16 sgs;
475-
u32 sws;
476474
#ifdef CONFIG_BLK_DEV_ZONED
477475
u64 zsze;
478476
#endif

0 commit comments

Comments
 (0)