diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-17 00:30:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-17 00:30:22 +0000 |
commit | d88c855b3d710f54091c37490a6cc542693fe39a (patch) | |
tree | 590df55bb611cb290393b291c496f52381bb3744 | |
parent | fbac85b9cea3b657dd41973ad8100e22ec8293aa (diff) |
.
-rw-r--r-- | ext2fs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index b52d8a78..ada7b5a3 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,11 @@ +2001-08-16 Roland McGrath <roland@frob.com> + + * inode.c (write_node): Leave i_size, i_blocks, i_translator unchanged + when the inode has been deleted. Suggested by Marcus Brinkmann. + + * dir.c (diskfs_dirremove_hard): Remove redundant DP->dn_set_mtime set. + Noticed by Marcus Brinkmann. + 2001-08-09 Roland McGrath <roland@frob.com> * inode.c (diskfs_get_translator): Fail with EFTYPE if the length |