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:
@@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user