The got_siginfo = 0 should have been got_sigalarm=0 to match the other
passes. Submitted by: Dworkin Muller
This commit is contained in:
parent
042b7b1af0
commit
e94598bb16
@ -70,7 +70,7 @@ pass1b(void)
|
||||
if (got_sigalarm) {
|
||||
setproctitle("%s p1b %d%%", cdevname,
|
||||
c * 100 / sblock.fs_ncg);
|
||||
got_siginfo = 0;
|
||||
got_sigalarm = 0;
|
||||
}
|
||||
for (i = 0; i < sblock.fs_ipg; i++, inumber++) {
|
||||
if (inumber < ROOTINO)
|
||||
|
Loading…
Reference in New Issue
Block a user