commit | bed475c4cde5d12f537f445bdd0a5a3bb5684481 | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Wed Aug 13 21:36:58 2008 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Aug 16 10:22:17 2008 -0500 |
tree | e9479adbf180c34ceff3caa942a1fe555e26971c | |
parent | a7a28504bfa61dc6caa495f55c52623d10b42b32 [diff] |
[SCSI] qla2xxx: Don't leak SG-DMA mappings while aborting commands. Original code inadvertently cleared an SRB's 'flags' while aborting; causing a follow-on scsi_dma_unmap() to be potentially missed. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>