Whamcloud - gitweb
ChangeLog, fsck.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 2 Dec 2000 06:35:07 +0000 (06:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 Dec 2000 06:35:07 +0000 (06:35 +0000)
  fsck.c (wait_one): When we let a new fsck take control of the console
   to display the progress bar, set FLAG_PROGRESS to so that fsck knows
   not to start new processes during an fsck pass with the progress
   bar. (Should fix debian bug #65267)

misc/ChangeLog
misc/fsck.c

index 34dcbc8..60ff2a9 100644 (file)
@@ -1,5 +1,11 @@
 2000-12-02    <tytso@snap.thunk.org>
 
+       * fsck.c (wait_one): When we let a new fsck take control of the
+               console to display the progress bar, set FLAG_PROGRESS to
+               so that fsck knows not to start new processes during an
+               fsck pass with the progress bar. (Should fix debian bug
+               #65267)
+
        * tune2fs.8.in: Add clarifying statement about converting user and
                group names to uid's before storing them in the
                superblock.  (Debian bug #67446)
index 5202711..95a58d8 100644 (file)
@@ -594,6 +594,7 @@ static struct fsck_instance *wait_one(NOARGS)
                                }
                        } else
                                kill(inst2->pid, SIGUSR1);
+                       inst2->flags |= FLAG_PROGRESS;
                        break;
                }
        }