IB/ipoib: No longer use flush as a parameter
authorDoug Ledford <dledford@redhat.com>
Sun, 22 Feb 2015 00:27:04 +0000 (19:27 -0500)
committerDoug Ledford <dledford@redhat.com>
Wed, 15 Apr 2015 20:06:18 +0000 (16:06 -0400)
commitefc82eeeae4ece716091d8540079b7f276ca1ad5
tree541dfa13579f95f18e51ff5caee6f6d1fa34591d
parent0b39578bcde4298a392fb2df16235c316d932127
IB/ipoib: No longer use flush as a parameter

Various places in the IPoIB code had a deadlock related to flushing
the ipoib workqueue.  Now that we have per device workqueues and a
specific flush workqueue, there is no longer a deadlock issue with
flushing the device specific workqueues and we can do so unilaterally.

Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_ib.c
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/infiniband/ulp/ipoib/ipoib_multicast.c