NFS: Fix cache consistency regression

Make sure cache_change_attribute is initialized to jiffies
so when the mtime changes on directory, the directory
will be refreshed.

Signed-off by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

authored by Steve Dickson and committed by Trond Myklebust 223db122 b3c6aeb3

+1
+1
fs/nfs/inode.c
··· 2066 2066 return NULL; 2067 2067 nfsi->flags = 0UL; 2068 2068 nfsi->cache_validity = 0UL; 2069 + nfsi->cache_change_attribute = jiffies; 2069 2070 #ifdef CONFIG_NFS_V3_ACL 2070 2071 nfsi->acl_access = ERR_PTR(-EAGAIN); 2071 2072 nfsi->acl_default = ERR_PTR(-EAGAIN);