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)
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>

No differences found