diff --git a/[refs] b/[refs] index 1ab6cb39f03f..d54040b304bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3c6aeb3ce26b286769d2deafec47d218c83dd09 +refs/heads/master: 223db122bfccd463751d8b0c09a638abee03681d diff --git a/trunk/fs/nfs/inode.c b/trunk/fs/nfs/inode.c index aaab1a5ac461..b551b19aa6e7 100644 --- a/trunk/fs/nfs/inode.c +++ b/trunk/fs/nfs/inode.c @@ -2066,6 +2066,7 @@ static struct inode *nfs_alloc_inode(struct super_block *sb) return NULL; nfsi->flags = 0UL; nfsi->cache_validity = 0UL; + nfsi->cache_change_attribute = jiffies; #ifdef CONFIG_NFS_V3_ACL nfsi->acl_access = ERR_PTR(-EAGAIN); nfsi->acl_default = ERR_PTR(-EAGAIN);