commit | 7f88b04341d88c5df0360d930832c38040303b61 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 26 14:48:50 1997 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 26 14:48:50 1997 +0000 |
tree | 21ca0d2bd71091fa77579937e38c1c3471ebfdcb | |
parent | 126cf2f79e91807602159b5a7bb1d6c87ab6937d [diff] [blame] |
Many files: Checkin of e2fsprogs 1.03.
diff --git a/e2fsck/pass1.c b/e2fsck/pass1.c index 40955e1..58f3c69 100644 --- a/e2fsck/pass1.c +++ b/e2fsck/pass1.c
@@ -307,7 +307,8 @@ ext2fs_unmark_valid(fs); } } - if ((ino != EXT2_ROOT_INO) && (ino < EXT2_FIRST_INO)) { + if ((ino != EXT2_ROOT_INO) && + (ino < EXT2_FIRST_INODE(fs->super))) { ext2fs_mark_inode_bitmap(inode_used_map, ino); if (inode.i_mode != 0) { printf("Reserved inode %lu has bad mode. ", ino);