From: Chuck Lever Date: Tue, 14 Dec 2010 14:59:29 +0000 (+0000) Subject: SUNRPC: New xdr_streams XDR decoder API X-Git-Tag: v2.6.38-rc1~407^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2695516db982e90a22fc94f93491b481796bb1;p=pandora-kernel.git SUNRPC: New xdr_streams XDR decoder API Now that all client-side XDR decoder routines use xdr_streams, there should be no need to support the legacy calling sequence [rpc_rqst *, __be32 *, RPC res *] anywhere. We can construct an xdr_stream in the generic RPC code, instead of in each decoder function. This is a refactoring change. It should not cause different behavior. Signed-off-by: Chuck Lever Tested-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed