1. 20 Sep, 2005 1 commit
    • Roland Dreier's avatar
      [PATCH] IPoIB: Don't flush workqueue from within workqueue · 8d2cae06
      Roland Dreier authored
      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: default avatarRoland Dreier <rolandd@cisco.com>
      8d2cae06
  2. 19 Sep, 2005 8 commits
  3. 18 Sep, 2005 13 commits
  4. 17 Sep, 2005 18 commits