]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so
authormckusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 20:06:12 +0000 (20:06 +0000)
committermckusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 20:06:12 +0000 (20:06 +0000)
commit2f5081d184a37d37a5182ff08af20422fe1a8f64
treed2d2df74ade978b59945997d2866d42852e22183
parentccd5bf3040072ba0cd44a3c035133ea654b13043
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