Commit fe017513 authored by Nilay Shroff's avatar Nilay Shroff Committed by Keith Busch

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: default avatarNilay Shroff <nilay@linux.ibm.com>
Reviewed-by: default avatarKanchan Joshi <joshi.k@samsung.com>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent a54a93d0
......@@ -301,7 +301,6 @@ struct nvme_ctrl {
struct opal_dev *opal_dev;
char name[12];
u16 cntlid;
u16 mtfa;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment