summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index ce21badf..1410717c 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,7 +1,8 @@
2007-12-11 Thomas Schwinge <tschwinge@gnu.org>
- * inode.c (read_node, write_node): Suggest what needs to be done in the
- future w.r.t. ``struct stat'' changes.
+ * inode.c (read_node, write_node): Use `st->st_atim', `st->st_mtim',
+ `st->st_ctim'. Suggest what needs to be done in the future.
+ (read_node): Correctly initialize those.
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>