Ticket #3485: extfs.c.diff

File extfs.c.diff, 234 bytes (added by Nicolas Rybkin, 9 years ago)
Line 
11156d1155
2<     struct stat tmp_stat;
31158,1162d1156
4<     if (!stat(file->entry->inode->local_filename,&tmp_stat))
5<       {
6<           file->entry->inode->mtime = tmp_stat.st_mtime;
7<           file->entry->inode->atime = tmp_stat.st_atime;
8<       }