]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61d4b2c17d61e78c4b8bcee11a46f2f02d69134d
treeea47eaac63adcff1771acc697a76d0635ae4b9a4
parentb27ff2b07d0b6a90a27cf4e6d0dee81d0628f14f
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