commit | 3e7d950a528454ad749a264feef3c8bad3faa108 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 05 14:26:28 2007 -0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 12 22:40:22 2007 -0800 |
tree | f78795bde4128ca1da658e6cc3f4216f5c999276 | |
parent | ebf4d8ec02d8a13e1cbbda6fe746f80f3a4ca773 [diff] |
NFS: Fix a wraparound issue with nfsi->cache_change_attribute Fix wraparound issue with nfsi->cache_change_attribute. If it is found to lie in the future, then update it to lie in the past. Patch based on a suggestion by Neil Brown. ..and minor micro-optimisation: avoid reading 'jiffies' more than once in nfs_update_inode(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>