]> git.baikalelectronics.ru Git - kernel.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)
commit9a85ef3fdd9b3aa6b7cdc01fd6b03d83cd9bcc7d
tree550e1ef40cfbf0b986e4422fa8354ed70023572f
parent23829c37f107ef10a99fd980fe223a26308f8b65
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