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 <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent f97914e commit 64e3d02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)