diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 05:47:45 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 05:47:45 +0000 |
commit | 586187372afea65ae685687505b49b40fc5f3212 (patch) | |
tree | 0c29e7ecd97594090e4b67d7ca6eadba82228a4c /lib/ext2fs/ChangeLog | |
parent | 3e377db29466e8a7d960df27fa5c0b933a3fa581 (diff) | |
download | e2fsprogs-586187372afea65ae685687505b49b40fc5f3212.tar.gz |
ChangeLog, jfs_user.h, mkjournal.c:
mkjournal.c (init_journal_superblock): Sync Stephen's changes which
creates a V2 superblock instead of a V1 superblock.
ChangeLog, jfs.h, jfs_compat.h, list.h:
jfs.h, jfs_compat.h, list.h: New files added to support ext3.
Diffstat (limited to 'lib/ext2fs/ChangeLog')
-rw-r--r-- | lib/ext2fs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 9f931d13..44f4fefc 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2000-12-09 <tytso@snap.thunk.org> + + * mkjournal.c (init_journal_superblock): Sync Stephen's changes + which creates a V2 superblock instead of a V1 superblock. + 2000-11-21 <tytso@snap.thunk.org> * test_io.c (test_write_blk, test_write_byte): Fix typos pointed |