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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -301,7 +301,6 @@ struct nvme_ctrl {

	struct opal_dev *opal_dev;

	char name[12];
	u16 cntlid;

	u16 mtfa;