patch-2.2.14 linux/fs/hfs/dir.c
Next file: linux/fs/hfs/file_hdr.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jan 4 10:12:23 2000
- Orig file:
v2.2.13/linux/fs/hfs/dir.c
- Orig date:
Mon Apr 12 10:03:45 1999
diff -u --recursive --new-file v2.2.13/linux/fs/hfs/dir.c linux/fs/hfs/dir.c
@@ -88,7 +88,7 @@
++(tmp->i_nlink);
}
tmp->i_size += HFS_I(tmp)->dir_size;
- tmp->i_version = ++event;
+ tmp->i_version = ++global_event;
}
tmp->i_ctime = tmp->i_mtime = CURRENT_TIME;
mark_inode_dirty(tmp);
@@ -118,7 +118,7 @@
--(tmp->i_nlink);
}
tmp->i_size -= HFS_I(tmp)->dir_size;
- tmp->i_version = ++event;
+ tmp->i_version = ++global_event;
}
tmp->i_ctime = tmp->i_mtime = CURRENT_TIME;
mark_inode_dirty(tmp);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)