]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/dir.c
NFS: Fix a resolution problem with nfs_inode->cache_change_attribute
[linux-2.6-omap-h63xx.git] / fs / nfs / dir.c
index 4807074ada8c7564c7020f2a091ec5ca8e9f4614..2ab70d46ecbc7ac43a0585183adcfe248ac5b127 100644 (file)
@@ -661,7 +661,7 @@ static int nfs_fsync_dir(struct file *filp, struct dentry *dentry, int datasync)
  */
 void nfs_force_lookup_revalidate(struct inode *dir)
 {
-       NFS_I(dir)->cache_change_attribute = jiffies;
+       NFS_I(dir)->cache_change_attribute++;
 }
 
 /*