projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0ea24
)
[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.
author
Andrew Vasquez
<andrew.vasquez@qlogic.com>
Thu, 20 Sep 2007 21:07:44 +0000
(14:07 -0700)
committer
James Bottomley
<jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:50:17 +0000
(14:50 -0400)
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>
drivers/scsi/qla2xxx/qla_def.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_def.h
b/drivers/scsi/qla2xxx/qla_def.h
index 1396f4df7bd68fa66e02d84ac7a031b21301d2b9..b928e31afe8ef98eed9963d664d13b64dcf4c18b 100644
(file)
--- 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;