]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fsdb: add missing bufinit() call
authorChuck Silvers <chs@FreeBSD.org>
Tue, 25 May 2021 16:42:10 +0000 (09:42 -0700)
committerChuck Silvers <chs@FreeBSD.org>
Tue, 25 May 2021 16:42:10 +0000 (09:42 -0700)
commit84768d114951e88288024f09d4beae0956c3cf21
treed6e9750cf86d46b054fa485b7700333704cfe2e5
parent00e7a553675daead4c0d803449eb69e7612d5bf4
fsdb: add missing bufinit() call

The bufinit() call in fsck_ffs was moved in commit f190f9193bc10
from a function that is shared with fsdb to one that is private to fsck_ffs,
so add a bufinit() call in fsdb to compensate for that.

Reviewed by: mckusick
Sponsored by: Netflix
sbin/fsdb/fsdb.c