diff options
author | NeilBrown <neilb@suse.com> | 2017-08-16 12:47:27 +1000 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2017-09-06 12:32:37 -0400 |
commit | 03c6f7d64ac9c0a37cca91392ac4be8993a8f53d (patch) | |
tree | 32e056cb779ff859350442f1215cd0d0bc1b78b7 /include/linux/nfs_fs.h | |
parent | 779eafab06036fe1e06dea9bbd97cc4b12f0138f (diff) | |
download | lwn-03c6f7d64ac9c0a37cca91392ac4be8993a8f53d.tar.gz lwn-03c6f7d64ac9c0a37cca91392ac4be8993a8f53d.zip |
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/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 238fdc4c46df..a0282ceaa48b 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; |