summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/pass4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass4.c')
-rw-r--r--sbin/fsck_ifs/pass4.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass4.c b/sbin/fsck_ifs/pass4.c
index 0012c50..2a8e43b 100644
--- a/sbin/fsck_ifs/pass4.c
+++ b/sbin/fsck_ifs/pass4.c
@@ -73,9 +73,12 @@ pass4()
case DFOUND:
n = inoinfo(inumber)->ino_linkcnt;
if (n) {
+#if NOTFORIFS
adjust(&idesc, (short)n);
+#endif
break;
}
+#if NOTFORIFS
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next) {
if (zlnp->zlncnt == inumber) {
zlnp->zlncnt = zlnhead->zlncnt;
@@ -86,10 +89,10 @@ pass4()
break;
}
}
+#endif
break;
case DSTATE:
- clri(&idesc, "UNREF", 1);
break;
case DCLEAR:
OpenPOWER on IntegriCloud