NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 8 Feb 2020 00:38:12 +0000 (19:38 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 16 Mar 2020 12:34:29 +0000 (08:34 -0400)
commit6129650720207feb768f2161d58f3e398ca2805d
tree8b7c775f3ef8b5fa449620537e10d60835c69b7c
parent542b994bdb2662d38f1a400adf3e5da3adceb50d
NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O

Avoid unnecessary references to the cred when we have already referenced
it through the open context or the open owner.

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