From: Trond Myklebust Date: Sat, 29 Sep 2007 21:25:43 +0000 (-0400) Subject: NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() X-Git-Tag: v2.6.24-rc1~1285^2~27 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1643a92f6de92074116922a2d2906dd33499ff4;p=pandora-kernel.git NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() The fact that we're in the process of modifying the inode does not mean that we should not invalidate the attribute and data caches. The defensive thing is to always invalidate when we're confronted with inode mtime/ctime or change_attribute updates that we do not immediately recognise. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed