commit | 011935a0a710c20bb7ae63523b78856848db1926 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 14 19:24:50 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 14 19:24:50 2008 -0400 |
tree | aabfb595ce38eabd95ae1f79546d604aba663b7d | |
parent | 4704f0e274829e3af00737d2d9adace2d71a9605 [diff] |
NFS: Fix a resolution problem with nfs_inode->cache_change_attribute The cache_change_attribute is used to decide whether or not a directory has changed, in which case we may need to look it up again. Again, the use of 'jiffies' leads to an issue of resolution. Once again, the fix is to change nfs_inode->cache_change_attribute, and just make it a simple counter. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>