summaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorEli Cohen <eli@mellanox.co.il>2006-01-10 07:43:02 -0800
committerRoland Dreier <rolandd@cisco.com>2006-01-10 07:43:02 -0800
commit97460df37ea3335ca11562568932c9f9facfecdb (patch)
tree19955a4fe4dbead6f4ef2af9d47cdd1c0eb9339a /drivers/base
parent70b4c8cdc168bb5d18e23fd205c4ede1b756a8b2 (diff)
IPoIB: Fix address handle refcounting for multicast groups
Multiple ipoib_neigh structures on mcast->neigh_list may point to the same ah. This means that ipoib_mcast_free() can't just make a list of ah structs to free, since this might end up trying to add the same ah to the list more than once. Handle this in ipoib_multicast.c in the same way as it is handled in ipoib_main.c for struct ipoib_path. 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>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions