commit | 988bd50300ef2e2d5cb8563e2ac99453dd9acd86 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.co.il> | Thu Jan 12 14:32:20 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Jan 12 14:32:20 2006 -0800 |
tree | 2ffc52fb4b88a8c9299306880d07062947ce3b32 | |
parent | 78bfe0b5b67fe126ed98608e42e42fb6ed9aabd4 [diff] |
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 <eli@mellanox.co.il> Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>