From: Trond Myklebust Date: Fri, 28 Sep 2007 18:20:33 +0000 (-0400) Subject: NFS: Fix dcache revalidation bugs X-Git-Tag: v2.6.24-rc1~1285^2~49 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecc5e8fcad7ad64d68c098249359831331bd299;p=pandora-kernel.git NFS: Fix dcache revalidation bugs We don't need to force a dentry lookup just because we're making changes to the directory. Don't update nfsi->cache_change_attribute in nfs_end_data_update: that overrides the NFSv3/v4 weak consistency checking that tells us our update was the only one, and that tells us the dcache is still valid. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed