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

[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
...@@ -185,8 +185,6 @@ ...@@ -185,8 +185,6 @@
* SCSI Request Block * SCSI Request Block
*/ */
typedef struct srb { typedef struct srb {
struct list_head list;
struct scsi_qla_host *ha; /* HA the SP is queued on */ struct scsi_qla_host *ha; /* HA the SP is queued on */
struct fc_port *fcport; struct fc_port *fcport;
......
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