1. 29 3月, 2012 1 次提交
  2. 26 3月, 2012 1 次提交
    • J
      nfsd: convert nfs4_client->cl_cb_flags to a generic flags field · a52d726b
      Jeff Layton 提交于
      We'll need a way to flag the nfs4_client as already being recorded on
      stable storage so that we don't continually upcall. Currently, that's
      recorded in the cl_firststate field of the client struct. Using an
      entire u32 to store a flag is rather wasteful though.
      
      The cl_cb_flags field is only using 2 bits right now, so repurpose that
      to a generic flags field. Rename NFSD4_CLIENT_KILL to
      NFSD4_CLIENT_CB_KILL to make it evident that it's part of the callback
      flags. Add a mask that we can use for existing checks that look to see
      whether any flags are set, so that the new flags don't interfere.
      
      Convert all references to cl_firstate to the NFSD4_CLIENT_STABLE flag,
      and add a new NFSD4_CLIENT_RECLAIM_COMPLETE flag.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      a52d726b
  3. 10 3月, 2012 1 次提交
  4. 01 2月, 2012 2 次提交
  5. 05 1月, 2012 1 次提交
  6. 24 10月, 2011 1 次提交
  7. 27 9月, 2011 1 次提交
  8. 14 9月, 2011 1 次提交
  9. 23 2月, 2011 1 次提交
  10. 14 2月, 2011 1 次提交
  11. 15 1月, 2011 1 次提交
  12. 14 1月, 2011 1 次提交
  13. 12 1月, 2011 6 次提交
  14. 05 1月, 2011 2 次提交
  15. 17 12月, 2010 5 次提交
  16. 25 10月, 2010 1 次提交
  17. 21 10月, 2010 6 次提交
  18. 02 10月, 2010 7 次提交