From: Trond Myklebust Date: Mon, 5 Feb 2007 22:26:28 +0000 (-0800) Subject: NFS: Fix a wraparound issue with nfsi->cache_change_attribute X-Git-Tag: v2.6.21-rc1~278 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7d950a528454ad749a264feef3c8bad3faa108;p=pandora-kernel.git NFS: Fix a wraparound issue with nfsi->cache_change_attribute Fix wraparound issue with nfsi->cache_change_attribute. If it is found to lie in the future, then update it to lie in the past. Patch based on a suggestion by Neil Brown. ..and minor micro-optimisation: avoid reading 'jiffies' more than once in nfs_update_inode(). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed