libdtrace: Update io.d to chase changes to struct bio layout

Fixes:	6c406b5b93 ("exterror(9): add infra for bufs and bios")
This commit is contained in:
Mark Johnston
2025-11-05 21:51:55 +00:00
parent c3b853fe52
commit 1ca7542a1b
+1 -1
View File
@@ -73,7 +73,7 @@ translator bufinfo_t < struct bio *B > {
b_lblkno = 0;
b_resid = B->bio_resid;
b_bufsize = 0; /* XXX gnn */
b_error = B->bio_error;
b_error = B->bio_exterr.error;
};
/*