NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Jun 2018 19:00:53 +0000 (15:00 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Jun 2018 19:03:20 +0000 (15:03 -0400)
commit7c6726546c9d9a1203beaa5fc90625871448986d
tree53f1c72eb69eb8b0e0e08f3c9a4b54bea117c3b9
parent2f28dc385afd59f04cd42f0ced16050aa8db85e9
NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access

If we hold a delegation, we don't need to care about whether or not
the inode attributes are up to date. We know we can cache the results
of this call regardless.

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