summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-08 23:10:14 +0000
committerRoland McGrath <roland@gnu.org>2002-10-08 23:10:14 +0000
commit9f7e3ce3b5aaf56dd3e7a0aef230ce52b6deea54 (patch)
tree0071b24813923ccc3aeabaef08f948fb1afe419b /ext2fs
parent73b011e7bc07c57b140f3851a452b33d209dfddc (diff)
.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 996f5b7b..a0ab9881 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-08 Roland McGrath <roland@frob.com>
+
+ * ext2fs.h (struct disknode): New member `info_i_translator'.
+ * inode.c (diskfs_set_translator): Update NP->dn->info_i_translator.
+ * ialloc.c (diskfs_alloc_node): Clear a nonzero translator block in
+ the on-disk inode just as we do for data blocks.
+
2002-07-31 Roland McGrath <roland@frob.com>
* dir.c (diskfs_direnter_hard): Fix test in last change.