diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-09-21 01:07:44 +0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 22:50:17 +0400 |
commit | e745759a0f662992327537be4ec01d9a43542fc4 (patch) | |
tree | 423bf654d39e966b72e4ba49b541211264ca8486 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 4d0ea24769c81581b8fd25fd7deff281b1b97dee (diff) | |
download | linux-e745759a0f662992327537be4ec01d9a43542fc4.tar.xz |
[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: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 1396f4df7bd6..b928e31afe8e 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -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; |