SUNRPC: Fix generation of universal addresses for
authorChuck Lever <chuck.lever@oracle.com>
Thu, 16 Aug 2007 20:03:31 +0000 (16:03 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:16:32 +0000 (17:16 -0400)
commit143b6c4008a7928de7e139c3a77a90e4cad8db2c
tree339ee78286645d5e3704772cdf542ff2bc6aedc2
parent756805e7a76bcd2aae07fe31786fe453375e60b1
SUNRPC: Fix generation of universal addresses for

Fix some problems with rpcbind v3 and v4 queries from the in-kernel rpcbind
client:

1.  The r_addr argument must be a full universal address, not just an IP
address, and

2.  The universal address in r_addr is the address of the remote rpcbind
server, not the RPC service being requested

This addresses bugzilla.kernel.org report 8891 for 2.6.23-rc and greater.

In addition, if the rpcbind client is unable to start the rpcbind request,
make sure not to leak the xprt.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/rpcb_clnt.c