Supply FILE * parameter of stderr to libxfs_report.
Call libxfs_report after each phase to report cache information.
phase2(mp);
+ if (verbose)
+ libxfs_report(stderr);
phase3(mp);
+ if (verbose)
+ libxfs_report(stderr);
phase4(mp);
+ if (verbose)
+ libxfs_report(stderr);
/* XXX: nathans - something in phase4 ain't playing by */
/* the buffer cache rules.. why doesn't IRIX hit this? */
if (!bad_ino_btree) {
phase6(mp);
+ if (verbose)
+ libxfs_report(stderr);
phase7(mp);
} else {
}
if (verbose)
- libxfs_report();
+ libxfs_report(stderr);
if (no_modify) {
do_log(