From: Chuck Lever Date: Tue, 17 Oct 2006 18:44:27 +0000 (-0400) Subject: SUNRPC: Make the transport-specific setup routine allocate rpc_xprt X-Git-Tag: v2.6.20-rc1~34^2~412^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8541ecdd5692bcfbcb5305cab9a873288d29175;p=pandora-kernel.git SUNRPC: Make the transport-specific setup routine allocate rpc_xprt Change the location where the rpc_xprt structure is allocated so each transport implementation can allocate a private area from the same chunk of memory. Note also that xprt->ops->destroy, rather than xprt_destroy, is now responsible for freeing rpc_xprt when the transport is destroyed. Test plan: Connectathon. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed