1. 02 2月, 2008 1 次提交
  2. 10 10月, 2007 1 次提交
  3. 27 9月, 2007 1 次提交
  4. 27 7月, 2007 1 次提交
  5. 07 5月, 2007 8 次提交
  6. 04 2月, 2007 1 次提交
  7. 14 12月, 2006 1 次提交
  8. 09 12月, 2006 1 次提交
  9. 21 10月, 2006 1 次提交
  10. 04 10月, 2006 5 次提交
  11. 02 10月, 2006 1 次提交
  12. 04 8月, 2006 1 次提交
  13. 01 7月, 2006 1 次提交
  14. 20 4月, 2006 1 次提交
  15. 21 3月, 2006 14 次提交
  16. 07 1月, 2006 1 次提交
    • J
      NLM: Further cancel fixes · 64a318ee
      J. Bruce Fields 提交于
       If the server receives an NLM cancel call and finds no waiting lock to
       cancel, then chances are the lock has already been applied, and the client
       just hadn't yet processed the NLM granted callback before it sent the
       cancel.
      
       The Open Group text, for example, perimts a server to return either success
       (LCK_GRANTED) or failure (LCK_DENIED) in this case.  But returning an error
       seems more helpful; the client may be able to use it to recognize that a
       race has occurred and to recover from the race.
      
       So, modify the relevant functions to return an error in this case.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      64a318ee