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:

committed by
Trond Myklebust

parent
779eafab06
commit
03c6f7d64a
@@ -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;
|
||||
|
Reference in New Issue
Block a user