Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e745759a authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.



This change reduces by as much as 16% the memory footprint for
each allocated sbr_t structure requested from the mempool.

Signed-off-by: default avatarAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 4d0ea247
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -185,8 +185,6 @@
 * SCSI Request Block
 */
typedef struct srb {
	struct list_head list;

	struct scsi_qla_host *ha;	/* HA the SP is queued on */
	struct fc_port *fcport;