ChangeLog, journal.c, pass1.c, super.c, unix.c:
  journal.c, pass1.c, super.c, unix.c: Replace use of struct ext2fs_sb
  	with struct ext2_super_block.
ChangeLog, debugfs.c:
  debugfs.c Replace use of struct ext2fs_sb with struct ext2_super_block.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 700ffa9..2034d37 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-01    <tytso@snap.thunk.org>
 
+	* journal.c, pass1.c, super.c, unix.c: Replace use of struct
+		ext2fs_sb with struct ext2_super_block.
+
 	* pass1.c (check_blocks): Remove use of EXT2_HAS_*_FEATURE macros.
 
 2000-12-31    <tytso@snap.thunk.org>