commit | b9c5bc03be6aae41990efd09f83cf70a89ac9f4b | [log] [tgz] |
---|---|---|
author | Chuck Lever <[email protected]> | Thu Sep 15 10:55:12 2016 -0400 |
committer | Anna Schumaker <[email protected]> | Mon Sep 19 13:08:37 2016 -0400 |
tree | 03209c6558834b688ace36b3e982b45355301afb | |
parent | eb342e9a38a5ad79866fec2df2d3ca4592bc501b [diff] |
SUNRPC: Refactor rpc_xdr_buf_init() Clean up: there is some XDR initialization logic that is common to the forward channel and backchannel. Move it to an XDR header so it can be shared. rpc_rqst::rq_buffer points to a buffer containing big-endian data. Update its annotation as part of the clean up. Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>