From: Trond Myklebust Date: Tue, 14 Oct 2008 23:24:50 +0000 (-0400) Subject: NFS: Fix a resolution problem with nfs_inode->cache_change_attribute X-Git-Tag: v2.6.28-rc1~266^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011935a0a710c20bb7ae63523b78856848db1926;p=pandora-kernel.git NFS: Fix a resolution problem with nfs_inode->cache_change_attribute The cache_change_attribute is used to decide whether or not a directory has changed, in which case we may need to look it up again. Again, the use of 'jiffies' leads to an issue of resolution. Once again, the fix is to change nfs_inode->cache_change_attribute, and just make it a simple counter. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed