linux/drivers/infiniband/ulp
Eli Cohen f2de3b0612 IPoIB: Wait for join to finish before freeing mcast struct
ipoib_mcast_restart_task() might free an mcast object while a join
request is still outstanding, leading to an oops when the query
completes.  Fix this by waiting for query to complete, similar to what
ipoib_stop_thread() is doing.  The wait for mcast completion code is
consolidated in wait_for_mcast_join().

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-04-10 09:43:58 -07:00
..
ipoib IPoIB: Wait for join to finish before freeing mcast struct 2006-04-10 09:43:58 -07:00
srp IB/srp: Fix memory leak in options parsing 2006-04-03 09:31:04 -07:00