ChangeLog, resize2fs.c:
  resize2fs.c (inode_scan_and_fix): If we are expanding the filesystem,
  	temporarily set rfs->old_fs->super->s_blocks_count to ultimate size of
  	the filesystem, to avoid catching an error on the block iterator.

diff --git a/resize/ChangeLog b/resize/ChangeLog
index c7f8cfb..d91240a 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -1,3 +1,11 @@
+1998-03-20  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* resize2fs.c (inode_scan_and_fix): If we are expanding the
+		filesystem, temporarily set
+		rfs->old_fs->super->s_blocks_count to ultimate size of the
+		filesystem, to avoid catching an error on the block
+		iterator.
+
 Mon Mar  9 12:02:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
 	* main.c: Use a local version.h file.