SUNRPC: rpcb_getport_sync() should use built-in hostname generator
authorChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jan 2008 20:11:46 +0000 (15:11 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:06:09 +0000 (02:06 -0500)
commitb91e101fca70319f9ca839311bceff5f44dfc1ed
tree0438cbd52b64b7396e3ff852e0661b06b65bbb67
parent33e01dc7f578813cda074ceaeaf68b0f3ffcc393
SUNRPC: rpcb_getport_sync() should use built-in hostname generator

rpc_create() can already fill in the hostname with a string representation
of the server's IP address, so remove redundant logic in in
rpcb_getport_sync() that does that.

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