From: Nilay Shroff Date: Wed, 14 Aug 2024 13:56:50 +0000 (+0530) Subject: nvme: Remove unused field X-Git-Tag: configfs-6.13-2024-11-19~614^2^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fe01751347359862c65c715d51c0b3f4fa8ee2f0;p=users%2Fhch%2Fconfigfs.git nvme: Remove unused field The "name" field in struct nvme_ctrl is unsued so removing it. This would help save 12 bytes of space for each nvme_ctrl instance created. Signed-off-by: Nilay Shroff Reviewed-by: Kanchan Joshi Signed-off-by: Keith Busch --- diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index ae5314d32943..da57947130cc 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -301,7 +301,6 @@ struct nvme_ctrl { struct opal_dev *opal_dev; - char name[12]; u16 cntlid; u16 mtfa;