SUNRPC: rpcauth_create needs to know about rpc_clnt clone status
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 2 Sep 2013 17:28:04 +0000 (13:28 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 2 Sep 2013 17:32:48 +0000 (13:32 -0400)
Ensure that we set rpc_clnt->cl_parent before calling rpc_client_register
so that rpcauth_create can find any existing RPCSEC_GSS caches for this
transport.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c

Simple merge