Chuck Lever 9f06c719f4 SUNRPC: New xdr_streams XDR encoder API
Now that all client-side XDR encoder routines use xdr_streams, there
should be no need to support the legacy calling sequence [rpc_rqst *,
__be32 *, RPC arg *] anywhere.  We can construct an xdr_stream in the
generic RPC code, instead of in each encoder function.

Also, all the client-side encoder functions return 0 now, making a
return value superfluous.  Take this opportunity to convert them to
return void instead.

This is a refactoring change.  It should not cause different behavior.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2010-12-16 12:37:25 -05:00
..
2010-02-10 08:30:59 -05:00
2010-05-14 15:09:31 -04:00
2010-10-25 21:26:11 -04:00
2010-10-28 11:18:00 -04:00
2010-12-02 09:58:00 -05:00
2010-10-27 21:39:39 +02:00
2010-10-23 15:27:35 -04:00
2010-10-26 13:56:42 -04:00
2010-10-07 18:48:49 -04:00