summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-11 12:44:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-12-11 12:44:24 +0000
commit8aa58989d3684dce6fbeb80beec37aab3da8612d (patch)
tree8d636603bfb9f1573814a8c11b1470dbbeff9803 /ext2fs
parent559ce7bbfaa57ccaf42259767f865bb437e75781 (diff)
Improve last entry.
Diffstat (limited to 'ext2fs')
-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>