summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2017-08-16 12:47:27 +1000
committerTrond Myklebust <trond.myklebust@primarydata.com>2017-09-06 12:32:37 -0400
commit03c6f7d64ac9c0a37cca91392ac4be8993a8f53d (patch)
tree32e056cb779ff859350442f1215cd0d0bc1b78b7 /fs/nfs/nfs4proc.c
parent779eafab06036fe1e06dea9bbd97cc4b12f0138f (diff)
downloadlinux-03c6f7d64ac9c0a37cca91392ac4be8993a8f53d.tar.bz2
NFS: remove jiffies field from access cache
This field hasn't been used since commit 57b691819ee2 ("NFS: Cache access checks more aggressively"). Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 08cc97488904..6c61e2b99635 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2285,7 +2285,6 @@ static int nfs4_opendata_access(struct rpc_cred *cred,
mask = NFS4_ACCESS_READ;
cache.cred = cred;
- cache.jiffies = jiffies;
nfs_access_set_mask(&cache, opendata->o_res.access_result);
nfs_access_add_cache(state->inode, &cache);