1. 27 May, 2009 1 commit
  2. 13 May, 2009 1 commit
  3. 06 May, 2009 1 commit
  4. 03 May, 2009 2 commits
  5. 02 May, 2009 1 commit
  6. 01 May, 2009 3 commits
    • J. Bruce Fields's avatar
      nfsd4: remove unused dl_trunc · 6707bd3d
      J. Bruce Fields authored
      There's no point in keeping this field around--it's always zero.
      
      (Background: the protocol allows you to tell the client that the file is
      about to be truncated, as an optimization to save the client from
      writing back dirty pages that will just be discarded.  We don't
      implement this hint.  If we do some day, adding this field back in will
      be the least of the work involved.)
      Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
      6707bd3d
    • J. Bruce Fields's avatar
      nfsd4: eliminate struct nfs4_cb_recall · b53d40c5
      J. Bruce Fields authored
      The nfs4_cb_recall struct is used only in nfs4_delegation, so its
      pointer to the containing delegation is unnecessary--we could just use
      container_of().
      
      But there's no real reason to have this a separate struct at all--just
      move these fields to nfs4_delegation.
      Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
      b53d40c5
    • J. Bruce Fields's avatar
      nfsd4: rename callback struct to cb_conn · c237dc03
      J. Bruce Fields authored
      I want to use the name for a struct that actually does represent a
      single callback.
      
      (Actually, I've never been sure it helps to a separate struct for the
      callback information.  Some day maybe those fields could just be dumped
      into struct nfs4_client.  I don't know.)
      Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
      c237dc03
  7. 29 Apr, 2009 10 commits
  8. 28 Apr, 2009 19 commits
  9. 24 Apr, 2009 2 commits