git: 871291c8d478 - main - Revert "fsdb: add missing bufinit() call"
Robert Wing
rew at FreeBSD.org
Sat May 29 02:57:56 UTC 2021
The branch main has been updated by rew:
URL: https://cgit.FreeBSD.org/src/commit/?id=871291c8d478c5898fc7b4a700b6ab7733bb1b37
commit 871291c8d478c5898fc7b4a700b6ab7733bb1b37
Author: Robert Wing <rew at FreeBSD.org>
AuthorDate: 2021-05-29 02:51:25 +0000
Commit: Robert Wing <rew at FreeBSD.org>
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)
More information about the dev-commits-src-main
mailing list