mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Flush stdout when writing out each superblock backup.
This commit is contained in:
parent
f1d04c8507
commit
c9c23c03fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8218
@ -627,6 +627,7 @@ next:
|
||||
if (cylno % 9 == 0)
|
||||
printf("\n");
|
||||
printf(" %d,", fsbtodb(&sblock, cgsblock(&sblock, cylno)));
|
||||
fflush(stdout);
|
||||
}
|
||||
if (!mfs)
|
||||
printf("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user