From: Trond Myklebust Date: Sun, 30 Sep 2007 19:21:24 +0000 (-0400) Subject: NFS: Fake up 'wcc' attributes to prevent cache invalidation after write X-Git-Tag: v2.6.24-rc1~1285^2~40 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ca88521fc7bee8ef0fc22033a439d4b9a2c70d;p=pandora-kernel.git NFS: Fake up 'wcc' attributes to prevent cache invalidation after write NFSv2 and v4 don't offer weak cache consistency attributes on WRITE calls. In NFSv3, returning wcc data is optional. In all cases, we want to prevent the client from invalidating our cached data whenever ->write_done() attempts to update the inode attributes. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed