]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Avoid referencing the cred twice in async rename/unlink
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 8 Feb 2020 00:44:33 +0000 (19:44 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 16 Mar 2020 12:34:29 +0000 (08:34 -0400)
commit1c2a8eb90a18966f79c87dba61cd712aafcca1c8
tree6348ae9d988452af448088d61f81d903efae48ab
parentab5e7c4ef698a17715e80431564973d588be3d6f
NFS: Avoid referencing the cred twice in async rename/unlink

In both async rename and rename, we take a reference to the
cred in the call arguments.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/unlink.c