]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so
authorKirk McKusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 20:06:12 +0000 (20:06 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 20:06:12 +0000 (20:06 +0000)
commit68d7185b6495e194e399289edc479ab85e5e4f3f
treed2d2df74ade978b59945997d2866d42852e22183
parent9ad1d357e0db6175124257156f035a043c2ced8c
The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so
switch from using libufs's bread() to using fsck_ffs's getdatablk()
when importing tools/diag/prtblnos's prtblknos().

Sponsored by: Netflix
sbin/fsdb/fsdb.c
sbin/fsdb/fsdbutil.c
tools/diag/prtblknos/Makefile
tools/diag/prtblknos/main.c
tools/diag/prtblknos/prtblknos.c