diff options
Diffstat (limited to 'ext2fs')
-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 |