diff options
author | Miles Bader <miles@gnu.org> | 1996-08-15 02:24:11 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-15 02:24:11 +0000 |
commit | e4a33783b9ff72a8dd9048b7a54646f0527aa9e9 (patch) | |
tree | 6fae8beeb26d2098a14c11da6abd2a39c8473dc9 | |
parent | 0323aee0f37921a0bc9294fa93d8b5d5aa875ce2 (diff) |
.
-rw-r--r-- | ext2fs/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 98ac0ce7..0ab9df5e 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,18 @@ +Wed Aug 14 14:03:33 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * ext2fs.c (diskfs_minor_version): Change to `2'. + +Tue Aug 13 15:11:42 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * ext2_fs.h: Update to version from linux-2.0.12. + * ialloc.c (ext2_alloc_inode, diskfs_free_node): Pass SBLOCK as a + parameter to EXT2_FIRST_INO (v2.x change). + * hyper.c (get_hypermetadata): Use EXT2_INODE_SIZE instead of + sizeof (struct ext2_inode). + Deal with various version 2.x features. + * ext2fs.h (dino): Dont recalculate INODES_PER_BLOCK here. + (ext2_debug): redefine macro after including ext2_fs.h. + Mon Aug 12 13:48:17 1996 Miles Bader <miles@gnu.ai.mit.edu> * ext2fs.c (diskfs_minor_version): Changed to `1'. |