From: Robert Jennings Date: Thu, 22 Jan 2009 19:40:09 +0000 (-0600) Subject: [SCSI] ibmvscsi: Correct DMA mapping leak X-Git-Tag: v2.6.29-rc6~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e637d553199e264327714da437e6c808f2f4b096;p=pandora-kernel.git [SCSI] ibmvscsi: Correct DMA mapping leak The ibmvscsi client driver is not unmapping the SCSI command after encountering a DMA mapping error while trying to map an indirect scattergather list for the event pool. This leads to a leak of DMA entitlement that could result in the device failing future DMA operations in a CMO environment. Signed-off-by: Robert Jennings Acked-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed