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 <nilay@linux.ibm.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
Nilay Shroff 2024-08-14 19:26:50 +05:30 committed by Keith Busch
parent a54a93d0e3
commit fe01751347

View File

@ -301,7 +301,6 @@ struct nvme_ctrl {
struct opal_dev *opal_dev;
char name[12];
u16 cntlid;
u16 mtfa;