commit | 8d2cae0651502028bf64844508ab18528bbd65c2 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Sep 20 10:52:04 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Sep 20 10:52:04 2005 -0700 |
tree | 6e166a94e5f581c683d2b29e792665082b21afd5 | |
parent | eff4c654b1a4a5e5493fbdc3affa6dd48765c085 [diff] |
[PATCH] IPoIB: Don't flush workqueue from within workqueue ipoib_mcast_restart_task() is always called from within the single-threaded IPoIB workqueue, so flushing the workqueue from within the function can lead to a recursion overflow. But since we're running in a single-threaded workqueue, we're already synchronized against other items in the workqueue, so just get rid of the flush in ipoib_mcast_restart_task(). Signed-off-by: Roland Dreier <rolandd@cisco.com>