Flush and close getnextino cache when done using it in Pass 1b.

Reported by:  Peter Holm
Sponsored by: The FreeBSD Foundation
This commit is contained in:
Kirk McKusick 2022-09-03 14:15:50 -07:00
parent 82ee4e1c42
commit cf17c2ff11

View File

@ -88,10 +88,12 @@ pass1b(void)
if (inoinfo(inumber)->ino_state != USTATE &&
(ckinode(dp, &idesc) & STOP)) {
rerun = 1;
freeinodebuf();
return;
}
}
}
freeinodebuf();
}
static int