1. 24 9月, 2010 1 次提交
  2. 22 9月, 2010 1 次提交
  3. 04 8月, 2010 4 次提交
  4. 15 5月, 2010 3 次提交
  5. 16 12月, 2009 2 次提交
  6. 11 9月, 2009 1 次提交
  7. 13 7月, 2009 1 次提交
  8. 18 6月, 2009 1 次提交
  9. 11 3月, 2009 1 次提交
    • T
      SUNRPC: Tighten up the task locking rules in __rpc_execute() · eb9b55ab
      Trond Myklebust 提交于
      We should probably not be testing any flags after we've cleared the
      RPC_TASK_RUNNING flag, since rpc_make_runnable() is then free to assign the
      rpc_task to another workqueue, which may then destroy it.
      
      We can fix any races with rpc_make_runnable() by ensuring that we only
      clear the RPC_TASK_RUNNING flag while holding the rpc_wait_queue->lock that
      the task is supposed to be sleeping on (and then checking whether or not
      the task really is sleeping).
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      eb9b55ab
  10. 16 7月, 2008 1 次提交
  11. 10 7月, 2008 1 次提交
  12. 15 3月, 2008 2 次提交
  13. 29 2月, 2008 5 次提交
  14. 26 2月, 2008 5 次提交
  15. 30 1月, 2008 8 次提交
  16. 29 1月, 2008 1 次提交
  17. 07 12月, 2007 1 次提交
  18. 20 10月, 2007 1 次提交