1. 12 2月, 2010 1 次提交
  2. 27 1月, 2010 1 次提交
  3. 07 1月, 2010 2 次提交
  4. 23 12月, 2009 5 次提交
  5. 16 12月, 2009 1 次提交
  6. 10 12月, 2009 25 次提交
  7. 04 12月, 2009 1 次提交
  8. 13 11月, 2009 2 次提交
  9. 09 11月, 2009 1 次提交
  10. 14 10月, 2009 1 次提交
    • T
      inifiband: Remove BKL from ipath_open() · f96d3015
      Thomas Gleixner 提交于
      cycle_kernel_lock() got pushed down to ipath_open(). I tried hard to
      understand what it might protect, but finally gave up.
      
      Roland noted that qlogic seems to have abandoned the ipath driver and
      came to the following wise conclusion: "So I guess if the BKL stuff is
      blocking you in any way, we can just drop it from ipath and leave it
      as yet another race condition in a rotting old driver."
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      LKML-Reference: <adad44tj090.fsf@cisco.com>
      Cc: Roland Dreier <rdreier@cisco.com>
      f96d3015