mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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:
parent
a54a93d0e3
commit
fe01751347
@ -301,7 +301,6 @@ struct nvme_ctrl {
|
||||
|
||||
struct opal_dev *opal_dev;
|
||||
|
||||
char name[12];
|
||||
u16 cntlid;
|
||||
|
||||
u16 mtfa;
|
||||
|
Loading…
Reference in New Issue
Block a user