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)
commit49cd32543fa68889111c66c79cc0a6ed2ec02019
tree6348ae9d988452af448088d61f81d903efae48ab
parent63ec2b69e9556fc73f34e7e36bd880caf1db1fe6
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