From: Roland Dreier Date: Fri, 16 Feb 2007 21:57:33 +0000 (-0800) Subject: IB/mthca: Fix allocation of ICM chunks in coherent memory X-Git-Tag: v2.6.21-rc1~79^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11282b32a4ed7bb5fc390c83a1d6b9bc8017882c;p=pandora-kernel.git IB/mthca: Fix allocation of ICM chunks in coherent memory The change to allow allocating ICM chunks from coherent memory did not increment the count of sg entries properly, so a chunk that required more than allocation would not be mapped properly by the HCA. Fix this by adding the missing increment of chunk->nsg. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed