diff options
-rw-r--r-- | ext2fs/ChangeLog | 7 |
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. |