]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Don't take a reference to the cred on synchronous tasks
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 8 Feb 2020 00:16:34 +0000 (19:16 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 16 Mar 2020 12:34:29 +0000 (08:34 -0400)
commitf74bc3d8794892ddc4a824c1075018e9f91f8add
tree715aa153fa71ce81925ea7ac8f4393b25ae5dd89
parent63f1d871f45dc13bb93fd0ca523c2e430909a071
SUNRPC: Don't take a reference to the cred on synchronous tasks

If the RPC call is synchronous, assume the cred is already pinned
by the caller.

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