diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:29 +0000 |
commit | a679a8e4939fd6c3c3f0f6da40ee98df1d0e2888 (patch) | |
tree | cec6c28f717110589b2a3b5de2e615d39a77d876 /ext2fs/ChangeLog | |
parent | 1b88e197fa1516e4cdcfe13edee1778c798ef3f9 (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 279362e0..2c83b45d 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,16 @@ +2001-03-03 Roland McGrath <roland@frob.com> + + * hyper.c (zeroblock, modified_global_blocks): Remove superfluous + zero initializers. + (allocate_mod_map): Likewise for static here. + (get_hypermetadata): Don't munmap old ZEROBLOCK, just keep it. + Allocate ZEROBLOCK with PROT_READ. + +2001-02-28 Roland McGrath <roland@frob.com> + + * dir.c (count_dirents): Check for bogus rec_len having pushed us past + the end. + 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * ext2fs.c (main): Use %Ld instead %ld to print store->size. |