From: Roland Dreier Date: Wed, 29 Mar 2006 17:36:45 +0000 (-0800) Subject: IB/srp: Fix unmapping of fake scatterlist X-Git-Tag: v2.6.17-rc1~145^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f89f834497c0f37f16a3b6c32b1d60782facbca;p=pandora-kernel.git IB/srp: Fix unmapping of fake scatterlist The recently merged patch to create a fake scatterlist for non-SG SCSI commands had a bug: the driver ended up doing dma_unmap_sg() on a scatterlist scmnd->request_buffer rather than the fake scatter list it created. Fix this so that the driver unmaps the same thing it maps. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed