From: Andrew Vasquez Date: Thu, 14 Aug 2008 04:36:58 +0000 (-0700) Subject: [SCSI] qla2xxx: Don't leak SG-DMA mappings while aborting commands. X-Git-Tag: v2.6.27-rc4~33^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed475c4cde5d12f537f445bdd0a5a3bb5684481;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed