From: Chuck Lever Date: Wed, 23 Aug 2006 00:06:19 +0000 (-0400) Subject: SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address X-Git-Tag: v2.6.19-rc1~1271^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4efcb1d3e0bc76aeb9ca6301d19a5079893c6c9;p=pandora-kernel.git SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address IPv6 addresses are big (128 bytes). Now that no RPC client consumers treat the addr field in rpc_xprt structs as an opaque, and access it only via the API calls, we can safely widen the field in the rpc_xprt struct to accomodate larger addresses. Test plan: Compile kernel with CONFIG_NFS enabled. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed