commit | 1091006c5eb15cba56785bd5b498a8d0b9546903 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Jan 24 12:11:02 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Jul 18 09:39:01 2011 -0400 |
tree | b51fad1bb57284b3eea4308c02652c4888b85860 | |
parent | 3e98abffd1665b884a322aedcd528577842f762f [diff] |
nfsd: turn on reply cache for NFSv4 It's sort of ridiculous that we've never had a working reply cache for NFSv4. On the other hand, we may still not: our current reply cache is likely not very good, especially in the TCP case (which is the only case that matters for v4). What we really need here is some serious testing. Anyway, here's a start. Signed-off-by: J. Bruce Fields <bfields@redhat.com>