Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23872
b: refs/heads/master
c: 24bd68f
h: refs/heads/master
v: v3
  • Loading branch information
Goldwyn Rodrigues authored and Trond Myklebust committed Mar 20, 2006
1 parent 23c4030 commit cfeefec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9d5128a10a4974f72674ff3463da4db439e8b04
refs/heads/master: 24bd68f46b1ad08d69bf32779f860df867780a7a
8 changes: 1 addition & 7 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ struct nfs_inode {
unsigned long cache_validity; /* bit mask */

/*
* read_cache_jiffies is when we started read-caching this inode,
* and read_cache_mtime is the mtime of the inode at that time.
* read_cache_jiffies is when we started read-caching this inode.
* attrtimeo is for how long the cached information is assumed
* to be valid. A successful attribute revalidation doubles
* attrtimeo (up to acregmax/acdirmax), a failure resets it to
Expand All @@ -129,11 +128,6 @@ struct nfs_inode {
* We need to revalidate the cached attrs for this inode if
*
* jiffies - read_cache_jiffies > attrtimeo
*
* and invalidate any cached data/flush out any dirty pages if
* we find that
*
* mtime != read_cache_mtime
*/
unsigned long read_cache_jiffies;
unsigned long attrtimeo;
Expand Down

0 comments on commit cfeefec

Please sign in to comment.