nfsd4: move access/deny validity checks to xdr code
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 10 Oct 2011 18:37:13 +0000 (14:37 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 11 Oct 2011 12:53:12 +0000 (08:53 -0400)
commit04f9e664b21c4440daf4d08f31db9b18517e4b8d
treeea47eaac63adcff1771acc697a76d0635ae4b9a4
parentc30e92df30d7d5fe65262fbce5d1b7de675fe34e
nfsd4: move access/deny validity checks to xdr code

I'd rather put more of these sorts of checks into standardized xdr
decoders for the various types rather than have them cluttering up the
core logic in nfs4proc.c and nfs4state.c.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
fs/nfsd/nfs4xdr.c