1. 21 3月, 2006 1 次提交
    • R
      IB/mthca: Make functions that never fail return void · d9b98b0f
      Roland Dreier 提交于
      The function mthca_free_err_wqe() can never fail, so get rid of its
      return value.  That means handle_error_cqe() doesn't have to check
      what mthca_free_err_wqe() returns, which means it can't fail either
      and doesn't have to return anything either.  All this results in
      simpler source code and a slight object code improvement:
      
      add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-10 (-10)
      function                                     old     new   delta
      mthca_free_err_wqe                            83      81      -2
      mthca_poll_cq                               1758    1750      -8
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      d9b98b0f
  2. 13 1月, 2006 1 次提交
  3. 07 1月, 2006 4 次提交
  4. 06 1月, 2006 1 次提交
  5. 16 12月, 2005 2 次提交
  6. 10 12月, 2005 3 次提交
  7. 30 11月, 2005 1 次提交
  8. 29 11月, 2005 1 次提交
  9. 19 11月, 2005 1 次提交
  10. 15 11月, 2005 1 次提交
  11. 11 11月, 2005 3 次提交
  12. 04 11月, 2005 1 次提交
  13. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  14. 26 10月, 2005 1 次提交
  15. 18 10月, 2005 1 次提交
  16. 21 9月, 2005 1 次提交
  17. 19 9月, 2005 2 次提交
  18. 08 9月, 2005 2 次提交
  19. 27 8月, 2005 8 次提交
  20. 08 7月, 2005 1 次提交
  21. 28 6月, 2005 3 次提交