From: Trond Myklebust Date: Mon, 28 May 2012 14:01:34 +0000 (-0400) Subject: NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE X-Git-Tag: v3.5-rc1~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359d7d1c976851c658aa7085761015812ed3b56f;p=pandora-kernel.git NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE We're already invalidating the data cache, and setting the new change attribute. Since directories don't care about the i_size field, there is no need to be forcing any extra revalidation of the page cache. We do keep the NFS_INO_INVALID_ATTR flag, in order to force an attribute cache revalidation on stat() calls since we do not update the mtime and ctime fields. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed