]> 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)
commitd13e5d5bcc3885400bfc1511539360177c97608c
treec6b713935561437044e42dc56d1a3ed4242d6b76
parent52ffe9afe127f00a2d87a505520514ee98315517
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