diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/inode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 0d98074d0766..ed035a81eea2 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -972,10 +972,6 @@ static int nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr) | |||
972 | nfsi->read_cache_jiffies = fattr->time_start; | 972 | nfsi->read_cache_jiffies = fattr->time_start; |
973 | nfsi->last_updated = now; | 973 | nfsi->last_updated = now; |
974 | 974 | ||
975 | /* Fix a wraparound issue with nfsi->cache_change_attribute */ | ||
976 | if (time_before(now, nfsi->cache_change_attribute)) | ||
977 | nfsi->cache_change_attribute = now - 600*HZ; | ||
978 | |||
979 | /* Are we racing with known updates of the metadata on the server? */ | 975 | /* Are we racing with known updates of the metadata on the server? */ |
980 | data_stable = nfs_verify_change_attribute(inode, fattr->time_start); | 976 | data_stable = nfs_verify_change_attribute(inode, fattr->time_start); |
981 | nfsi->cache_validity &= ~(NFS_INO_INVALID_ATTR | NFS_INO_INVALID_ATIME | 977 | nfsi->cache_validity &= ~(NFS_INO_INVALID_ATTR | NFS_INO_INVALID_ATIME |