SUNRPC: RPC client must use the current utsname hostname string
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Apr 2012 15:52:40 +0000 (11:52 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Apr 2012 15:58:51 +0000 (11:58 -0400)
commitcbbb34498f8b2b26cbdc79532c8a2ee5cd1e756a
treefaa27244aed8ab803846f85944775b0976a1975d
parent71dfc5fa5160bb73752f0731539404569a77faca
SUNRPC: RPC client must use the current utsname hostname string

Now that the rpc client is namespace aware, it needs to use the
utsname of the process that created it instead of using the
init_utsname. Both rpc_new_client and rpc_clone_client need to
be fixed.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Stanislav Kinsbursky <skinsbursky@parallels.com>
net/sunrpc/clnt.c