commit | f5236013a21c118e9d317e90c7a152dfe51fab93 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Fri Mar 21 17:57:57 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:31:55 2014 -0400 |
tree | f2fcabe7395531380db28365ac2df0f92480fbcd | |
parent | 2825a7f90753012babe7ee292f4a1eadd3706f92 [diff] |
nfsd4: convert 4.1 replay encoding Limits on maxresp_sz mean that we only ever need to replay rpc's that are contained entirely in the head. The one exception is very small zero-copy reads. That's an odd corner case as clients wouldn't normally ask those to be cached. in any case, this seems a little more robust. Signed-off-by: J. Bruce Fields <bfields@redhat.com>