]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: turn on reply cache for NFSv4
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 24 Jan 2011 17:11:02 +0000 (12:11 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 18 Jul 2011 13:39:01 +0000 (09:39 -0400)
commit1234ab8bb7f849f988c7dcbd43325452e2626954
treeb51fad1bb57284b3eea4308c02652c4888b85860
parent4716ab3292b63569e7636ddb68bb62347b711bde
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>
fs/nfsd/cache.h
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
fs/nfsd/nfscache.c
fs/nfsd/nfssvc.c
fs/nfsd/xdr4.h
include/linux/sunrpc/svc.h