From: Chuck Lever Date: Thu, 19 Mar 2009 00:46:44 +0000 (-0400) Subject: SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets X-Git-Tag: v2.6.30-rc1~415^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d21c0f9845f0ce4e81baac3519fbb2c6c2cc908;p=pandora-kernel.git SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets We are about to convert to using separate RPC listener sockets for PF_INET and PF_INET6. This echoes the way IPv6 is handled in user space by TI-RPC, and eliminates the need for ULPs to worry about mapped IPv4 AF_INET6 addresses when doing address comparisons. Start by setting the IPV6ONLY flag on PF_INET6 RPC listener sockets. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed