Many files:
  Checkin of e2fsprogs 1.03.

diff --git a/e2fsck/pass2.c b/e2fsck/pass2.c
index cd5b267..f4a4d32 100644
--- a/e2fsck/pass2.c
+++ b/e2fsck/pass2.c
@@ -382,7 +382,7 @@
 		 * Make sure the inode listed is a legal one.
 		 */ 
 		if (((dirent->inode != EXT2_ROOT_INO) &&
-		     (dirent->inode < EXT2_FIRST_INO)) ||
+		     (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
 		    (dirent->inode > fs->super->s_inodes_count)) {
 			retval = ext2fs_get_pathname(fs, ino, 0, &path1);
 			if (retval)