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/debugfs/ChangeLog b/debugfs/ChangeLog
index 62ce6ab..2e4df37 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-01 <tytso@snap.thunk.org>
+
+ * debugfs.c Replace use of struct ext2fs_sb with struct
+ ext2_super_block.
+
2000-12-30 <tytso@snap.thunk.org>
* dump.c (fix_perms): Fix bug for systems which don't have fchown;