On Thu, Jun 20, 2019 at 10:47:40AM -0400, Trond Myklebust wrote: > All callers of __rpc_clone_client() pass in a value for args->cred, > meaning that the credential gets assigned and referenced in > the call to rpc_new_client(). > > Reported-by: Ido Schimmel <idosch@xxxxxxxxxx> > Fixes: 79caa5fad47c ("SUNRPC: Cache cred of process creating the rpc_client") > Signed-off-by: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> Tested-by: Ido Schimmel <idosch@xxxxxxxxxxxx> Thanks a lot!