NFS: Fix over-conservative attribute invalidation in nfs_update_inode()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 Aug 2007 16:49:17 +0000 (12:49 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:18:40 +0000 (17:18 -0400)
commitf2115dc9877d480392e48e3c83bc8cbb4b418fee
treedc32f48bd76aaa9e1ae4de8cb8ac8510f9742716
parent76b32999dfff6e59252a8af17a5671a4cf3bcf9b
NFS: Fix over-conservative attribute invalidation in nfs_update_inode()

We should always be declaring the attribute cache as valid after having
updated it.

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