commit | b3c52da33ce95747b1bff86cce716d4f1397f14a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@fys.uio.no> | Mon Oct 17 06:02:00 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 17 14:47:16 2005 -0700 |
tree | 7958a929e5b9486bf0b5358776078c1bc71faf88 | |
parent | 13b58ee51802a45d2b8853ffe0003d9fa768195c [diff] |
[PATCH] NFS: Fix cache consistency races If the data cache has been marked as potentially invalid by nfs_refresh_inode, we should invalidate it rather than assume that changes are due to our own activity. Also ensure that we always start with a valid cache before declaring it to be protected by a delegation. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>