NFS: remove jiffies field from access cache

This field hasn't been used since commit 57b691819e ("NFS: Cache
access checks more aggressively").

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
NeilBrown
2017-08-16 12:47:27 +10:00
committed by Trond Myklebust
parent 779eafab06
commit 03c6f7d64a
3 changed files with 0 additions and 6 deletions

View File

@@ -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;