From: Roland Dreier Date: Tue, 15 Jul 2008 06:48:50 +0000 (-0700) Subject: IPoIB: Get rid of ipoib_mcast_detach() wrapper X-Git-Tag: v2.6.27-rc1~1090^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eae554c171e086c89ab83da2a2d3c8bf958fcb5;p=pandora-kernel.git IPoIB: Get rid of ipoib_mcast_detach() wrapper ipoib_mcast_detach() does nothing except call ib_detach_mcast(), so just use the core API in the one place that does a multicast group detach. add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-105 (-105) function old new delta ipoib_mcast_leave 357 319 -38 ipoib_mcast_detach 67 - -67 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed