summaryrefslogtreecommitdiff
path: root/sbin/fsck/pass1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck/pass1b.c')
-rw-r--r--sbin/fsck/pass1b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck/pass1b.c b/sbin/fsck/pass1b.c
index 9380382a91985..32a3be7723bd9 100644
--- a/sbin/fsck/pass1b.c
+++ b/sbin/fsck/pass1b.c
@@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id: pass1b.c,v 1.4 1998/06/15 07:07:17 charnier Exp $";
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -72,7 +72,7 @@ pass1b()
if (dp == NULL)
continue;
idesc.id_number = inumber;
- if (inoinfo(inumber)->ino_state != USTATE &&
+ if (statemap[inumber] != USTATE &&
(ckinode(dp, &idesc) & STOP))
return;
}