]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd4: cleanup check_forechannel_attrs
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 8 Apr 2013 19:42:12 +0000 (15:42 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Apr 2013 19:49:50 +0000 (15:49 -0400)
commit373cd4098a6392395af63af220d989df00b444f7
tree550e1ef40cfbf0b986e4422fa8354ed70023572f
parent0c7c3e67ab91ec6caa44bdf1fc89a48012ceb0c5
nfsd4: cleanup check_forechannel_attrs

Pass this struct by reference, not by value, and return an error instead
of a boolean to allow for future additions.

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