summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorAndrew Vasquez2007-09-20 23:07:44 +0200
committerJames Bottomley2007-10-12 20:50:17 +0200
commite745759a0f662992327537be4ec01d9a43542fc4 (patch)
tree423bf654d39e966b72e4ba49b541211264ca8486 /drivers/scsi/qla2xxx
parent[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW. (diff)
downloadkernel-qcow2-linux-e745759a0f662992327537be4ec01d9a43542fc4.tar.gz
kernel-qcow2-linux-e745759a0f662992327537be4ec01d9a43542fc4.tar.xz
kernel-qcow2-linux-e745759a0f662992327537be4ec01d9a43542fc4.zip
[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')
-rw-r--r--drivers/scsi/qla2xxx/qla_def.h2
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;