From: Chuck Lever Date: Mon, 9 May 2011 19:22:34 +0000 (-0400) Subject: SUNRPC: Rename xs_encode_tcp_fragment_header() X-Git-Tag: v3.0-rc1~10^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61677eeec29e87edc03a1061ae0a04b92507450d;p=pandora-kernel.git SUNRPC: Rename xs_encode_tcp_fragment_header() Clean up: Use a more generic name for xs_encode_tcp_fragment_header(); it's appropriate to use for all stream transport types. We're about to add new stream transport. Also, move it to a place where it is more easily shared amongst the various send_request methods. And finally, replace the "htonl" macro invocation with its modern equivalent. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed