linux/drivers/infiniband/ulp
Doug Ledford bb42a6dd02 IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
We used to pass a flush variable to mcast_stop_thread to indicate if
we should flush the workqueue or not.  This was due to some code
trying to flush a workqueue that it was currently running on which is
a no-no.  Now that we have per-device work queues, and now that
ipoib_mcast_restart_task has taken the fact that it is queued on a
single thread workqueue with all of the ipoib_mcast_join_task's and
therefore has no need to stop the join task while it runs, we can do
away with the flush parameter and unilaterally flush always.

Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2014-12-15 18:11:15 -08:00
..
ipoib IPoIB: Make ipoib_mcast_stop_thread flush the workqueue 2014-12-15 18:11:15 -08:00
iser scsi: drop reason argument from ->change_queue_depth 2014-11-24 14:45:27 +01:00
isert IB/isert: Adjust CQ size to HW limits 2014-11-19 22:28:42 -08:00
srp scsi: drop reason argument from ->change_queue_depth 2014-11-24 14:45:27 +01:00
srpt srp-target: Retry when QP creation fails with ENOMEM 2014-10-28 13:55:08 -07:00
Makefile IB: Allow build of hw/ and ulp/ subdirectories independently 2014-06-02 14:51:12 -07:00