summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent779eafab06036fe1e06dea9bbd97cc4b12f0138f (diff)
downloadop-kernel-dev-03c6f7d64ac9c0a37cca91392ac4be8993a8f53d.zip
op-kernel-dev-03c6f7d64ac9c0a37cca91392ac4be8993a8f53d.tar.gz
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 'include')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 238fdc4..a0282ce 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -49,7 +49,6 @@
struct nfs_access_entry {
struct rb_node rb_node;
struct list_head lru;
- unsigned long jiffies;
struct rpc_cred * cred;
__u32 mask;
struct rcu_head rcu_head;
OpenPOWER on IntegriCloud