]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/inode.c
[TCP]: NewReno must count every skb while marking losses
[linux-2.6-omap-h63xx.git] / fs / inode.c
index ed35383d0b6c4f9b53fcc536da045cacfaf6c123..276ffd6b6fdd61cee59073bf6df95624fead672a 100644 (file)
@@ -1276,6 +1276,11 @@ void file_update_time(struct file *file)
                sync_it = 1;
        }
 
+       if (IS_I_VERSION(inode)) {
+               inode_inc_iversion(inode);
+               sync_it = 1;
+       }
+
        if (sync_it)
                mark_inode_dirty_sync(inode);
 }