commit | 803a9067e19714ea7b7da760fe92f0d53bfa6994 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 01 15:20:55 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 08 15:23:10 2008 -0400 |
tree | d95c3f118759ae78754c95f5fc83e187b9d41e56 | |
parent | 0d3a34b48c87a374b37d7a21a60d257d076484f3 [diff] |
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 <Trond.Myklebust@netapp.com>