From: Marciniszyn, Mike Date: Fri, 21 Dec 2012 08:01:49 +0000 (+0000) Subject: IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len X-Git-Tag: v3.8-rc2~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e9bd70327d788011cf787a51ceba5925bbc63a;p=pandora-kernel.git IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len 0b088e00 ("RDS: Use page_remainder_alloc() for recv bufs") added uses of sg_dma_len() and sg_dma_address(). This makes RDS DOA with the qib driver. IB ulps should use ib_sg_dma_len() and ib_sg_dma_address respectively since some HCAs overload ib_sg_dma* operations. Signed-off-by: Mike Marciniszyn Signed-off-by: David S. Miller --- Reading git-diff-tree failed