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)
commit280ebcf97ce4b252c72af74ff3149ab5a5c9e680
treec6b713935561437044e42dc56d1a3ed4242d6b76
parenteb6dc19d8e72ce3a957af5511d20c0db0a8bd007
SUNRPC: rpcauth_create needs to know about rpc_clnt clone status

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