1. 22 4月, 2010 2 次提交
    • J
      nfsd4: cl_count is unused · b12a05cb
      J. Bruce Fields 提交于
      Now that the shutdown sequence guarantees callbacks are shut down before
      the client is destroyed, we no longer have a use for cl_count.
      
      We'll probably reinstate a reference count on the client some day, but
      it will be held by users other than callbacks.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      b12a05cb
    • J
      nfsd4: don't sleep in lease-break callback · b5a1a81e
      J. Bruce Fields 提交于
      The NFSv4 server's fl_break callback can sleep (dropping the BKL), in
      order to allocate a new rpc task to send a recall to the client.
      
      As far as I can tell this doesn't cause any races in the current code,
      but the analysis is difficult.  Also, the sleep here may complicate the
      move away from the BKL.
      
      So, just schedule some work to do the job for us instead.  The work will
      later also prove useful for restarting a call after the callback
      information is changed.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      b5a1a81e
  2. 03 4月, 2010 2 次提交
  3. 07 3月, 2010 1 次提交
  4. 04 3月, 2010 1 次提交
  5. 25 2月, 2010 1 次提交
  6. 16 12月, 2009 1 次提交
  7. 15 12月, 2009 2 次提交
  8. 16 9月, 2009 8 次提交
  9. 14 9月, 2009 1 次提交
  10. 21 8月, 2009 1 次提交
  11. 19 6月, 2009 2 次提交
  12. 04 5月, 2009 1 次提交
  13. 02 5月, 2009 4 次提交
  14. 30 4月, 2009 5 次提交
  15. 19 3月, 2009 6 次提交
  16. 08 1月, 2009 1 次提交
  17. 24 12月, 2008 1 次提交