IPoIB: No longer use flush as a parameter
authorDoug Ledford <dledford@redhat.com>
Wed, 10 Dec 2014 16:47:05 +0000 (11:47 -0500)
committerRoland Dreier <roland@purestorage.com>
Tue, 16 Dec 2014 02:11:15 +0000 (18:11 -0800)
commitce347ab90eaabc69a6146d41943981d51e7a9b82
tree7d8afaf45f93e9f96f93ad1cd8f1ce40da82a566
parentbb42a6dd02fb2901a69dbec2358810735b14b186
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>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_ib.c
drivers/infiniband/ulp/ipoib/ipoib_main.c