From: Roland Dreier Date: Tue, 20 Sep 2005 17:52:04 +0000 (-0700) Subject: [PATCH] IPoIB: Don't flush workqueue from within workqueue X-Git-Tag: v2.6.14-rc3~150^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2cae0651502028bf64844508ab18528bbd65c2;p=pandora-kernel.git [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 --- Reading git-diff-tree failed