]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c3769b45a03c71c2af8547ffd0a303cb9ce7dc5
treedc32f48bd76aaa9e1ae4de8cb8ac8510f9742716
parent1203cabee344b5624a154dfa11de813e19ee7e17
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