NFS: nfs_refresh_inode should clear cache_validity flags on success
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 8 Oct 2007 18:26:13 +0000 (14:26 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:20:50 +0000 (17:20 -0400)
commit2a3f5fd45938bd86ce8faf4cb26be4f7e9ae2941
tree84ed5c302b9a126fae440faa6cda0494ce4ca36b
parent40d24704091c8a29a4c99d25670f1996749aea6f
NFS: nfs_refresh_inode should clear cache_validity flags on success

If the cached attributes match the ones supplied in the fattr, then assume
we've revalidated the inode.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c