From: Kanchan Joshi Date: Fri, 24 May 2024 10:34:48 +0000 (+0530) Subject: nvme: remove sgs and sws X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64e3d02b43b17390f0fa9af6708a4eafdf20ba01;p=linux.git nvme: remove sgs and sws sgs/sws are unused, so remove these from nvme_ns_head structure. Signed-off-by: Kanchan Joshi Reviewed-by: Sagi Grimberg Reviewed-by: Christoph Hellwig Signed-off-by: Keith Busch --- diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index fc31bd340a63a..c43a30753d87a 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -471,8 +471,6 @@ struct nvme_ns_head { u8 pi_type; u8 pi_offset; u8 guard_type; - u16 sgs; - u32 sws; #ifdef CONFIG_BLK_DEV_ZONED u64 zsze; #endif