From: Jason Gunthorpe Date: Thu, 19 Nov 2009 20:55:22 +0000 (-0800) Subject: RDMA/cma: Fix AF_INET6 support in multicast joining X-Git-Tag: v2.6.33-rc1~60^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e626972e652d18520f84d69fc06cfa307d11ff;p=pandora-kernel.git RDMA/cma: Fix AF_INET6 support in multicast joining If joining to an AF_INET6 address, we need to map the address to a MGID in the same way as the IP stack. The old code would just fall through to the IPv4 case and generate garbage. Signed-off-by: Jason Gunthorpe Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed