The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=871291c8d478c5898fc7b4a700b6ab7733bb1b37
commit 871291c8d478c5898fc7b4a700b6ab7733bb1b37 Author: Robert Wing <[email protected]> AuthorDate: 2021-05-29 02:51:25 +0000 Commit: Robert Wing <[email protected]> CommitDate: 2021-05-29 02:51:25 +0000 Revert "fsdb: add missing bufinit() call" This reverts commit 84768d114951e88288024f09d4beae0956c3cf21. --- sbin/fsdb/fsdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index b8f0dd9f9772..785aeb2b5a75 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -111,7 +111,6 @@ main(int argc, char *argv[]) fsys = argv[0]; sblock_init(); - bufinit(); if (!setup(fsys)) errx(1, "cannot set up file system `%s'", fsys); if (fswritefd < 0) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
