Skip to content

Commit

Permalink
[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.
Browse files Browse the repository at this point in the history
This change reduces by as much as 16% the memory footprint for
each allocated sbr_t structure requested from the mempool.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Oct 12, 2007
1 parent 4d0ea24 commit e745759
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/qla2xxx/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e745759

Please sign in to comment.