From: Eli Cohen Date: Thu, 12 Jan 2006 22:32:20 +0000 (-0800) Subject: IPoIB: Fix memory leak of multicast group structures X-Git-Tag: v2.6.16-rc1~172^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988bd50300ef2e2d5cb8563e2ac99453dd9acd86;p=pandora-kernel.git IPoIB: Fix memory leak of multicast group structures The current handling of multicast groups in IPoIB ends up never freeing send-only multicast groups. It turns out the logic was much more complicated than it needed to be; we can fix this bug and completely kill ipoib_mcast_dev_down() at the same time. Signed-off-by: Eli Cohen Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed