commit | 7a34cb01a97d39842c610dd609b525eadd0a1de2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 14 04:28:35 2001 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 14 04:28:35 2001 +0000 |
tree | cd5ba10bbc22300838482fd3964e78c9169e29e5 | |
parent | 1400bbb60bf2667ab5514abd074baf4959fe475a [diff] [blame] |
ChangeLog, mkjournal.c: mkjournal.c (ext2fs_create_journal_superblock): Remove redundant code.
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index acff743..cf3e9c9 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,8 @@ +2001-05-14 Theodore Tso <tytso@valinux.com> + + * mkjournal.c (ext2fs_create_journal_superblock): Remove redundant + code. + 2001-05-05 Theodore Tso <tytso@valinux.com> * fileio.c (ext2fs_file_read): Factored out common code and