]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71823de1c894abde871eb3a547e66b90d67e4407
treec6b713935561437044e42dc56d1a3ed4242d6b76
parent8e7bc7c51a3597d3e30074d301dd05935c4d4cd2
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