From: Trond Myklebust Date: Tue, 1 Jul 2008 19:20:55 +0000 (-0400) Subject: SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups X-Git-Tag: v2.6.26~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803a9067e19714ea7b7da760fe92f0d53bfa6994;p=pandora-kernel.git SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups Now that rpcb_next_version has been split into an IPv4 version and an IPv6 version, we Oops when rpcb_call_async attempts to look up the IPv6-specific RPC procedure in rpcb_next_version. Fix the Oops simply by having rpcb_getport_async pass the correct RPC procedure as an argument. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed