1. 13 Sep, 2011 5 commits
  2. 07 Sep, 2011 2 commits
  3. 04 Sep, 2011 1 commit
  4. 03 Sep, 2011 1 commit
  5. 02 Sep, 2011 2 commits
  6. 01 Sep, 2011 4 commits
  7. 31 Aug, 2011 9 commits
  8. 27 Aug, 2011 13 commits
  9. 26 Aug, 2011 3 commits
    • J. Bruce Fields's avatar
      Remove include/linux/nfsd/const.h · c10bd39d
      J. Bruce Fields authored
      Userspace shouldn't have a use for these constants.  Nothing here is
      used outside fs/nfsd.
      Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
      c10bd39d
    • J. Bruce Fields's avatar
      nfsd: remove unused defines · 8cfb7913
      J. Bruce Fields authored
      At least one of these is actually wrong anyway.
      Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
      8cfb7913
    • J. Bruce Fields's avatar
      nfsd4: it's OK to return nfserr_symlink · 75c096f7
      J. Bruce Fields authored
      The nfsd4 code has a bunch of special exceptions for error returns which
      map nfserr_symlink to other errors.
      
      In fact, the spec makes it clear that nfserr_symlink is to be preferred
      over less specific errors where possible.
      
      The patch that introduced it back in 2.6.4 is "kNFSd: correct symlink
      related error returns.", which claims that these special exceptions are
      represent an NFSv4 break from v2/v3 tradition--when in fact the symlink
      error was introduced with v4.
      
      I suspect what happened was pynfs tests were written that were overly
      faithful to the (known-incomplete) rfc3530 error return lists, and then
      code was fixed up mindlessly to make the tests pass.
      
      Delete these unnecessary exceptions.
      Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
      75c096f7