diff options
author | Roland McGrath <roland@gnu.org> | 2000-12-03 04:41:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-12-03 04:41:45 +0000 |
commit | 296cf4310c18df7739d0a81fa742e3a3993e52c4 (patch) | |
tree | f8732d00c62b223d83fb51385497a58cb0a47376 /ext2fs/ChangeLog | |
parent | 99619df061623c26d5c1767e50c136a6e7bcc799 (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 811973f5..76a167b7 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,15 @@ +2000-12-02 Roland McGrath <roland@frob.com> + + * inode.c (write_all_disknodes): Call diskfs_set_node_times after + pokel_sync, since it might delay a little. + (write_node): Remove assert that dn_set_mtime et al are clear. + It is ok if they are set in parallel, because the latter setting + will be carried out eventually. + +2000-10-01 Roland McGrath <roland@frob.com> + + * truncate.c (diskfs_truncate): Use & instead of %. + 2000-11-30 Marcus Brinkmann <marcus@gnu.org> * dir.c (diskfs_lookup_hard): If name is too long, clear |