From: Chuck Lever Date: Wed, 23 Aug 2006 00:06:20 +0000 (-0400) Subject: SUNRPC: use sockaddr + size when creating remote transport endpoints X-Git-Tag: v2.6.19-rc1~1271^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2866763b4029411d166040306691773c12d4caf;p=pandora-kernel.git SUNRPC: use sockaddr + size when creating remote transport endpoints Prepare for more generic transport endpoint handling needed by transports that might use different forms of addressing, such as IPv6. Introduce a single function call to replace the two-call xprt_create_proto/rpc_create_client API. Define a new rpc_create_args structure that allows callers to pass in remote endpoint addresses of varying length. Test-plan: Compile kernel with CONFIG_NFS enabled. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed