aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_dev.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-07 21:09:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-07 21:09:51 +0000
commit936cc4614b5187681f3a1c76a7740ead4845a548 (patch)
tree84dcfbd0985c7afcc5b0f0e97cacd4e14535a266 /sys/geom/geom_dev.c
parentd38c8c56227c1f153c63a92814e85f4553227988 (diff)
downloadsrc-936cc4614b5187681f3a1c76a7740ead4845a548.tar.gz
src-936cc4614b5187681f3a1c76a7740ead4845a548.zip
Rename bio_linkage to the more obvious bio_parent.
Add bio_t0 timestamp, and include <sys/time.h> where needed
Notes
Notes: svn path=/head/; revision=110517
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r--sys/geom/geom_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 36634e206638..99f4cc7e0c12 100644
--- a/sys/geom/geom_dev.c
+++ b/sys/geom/geom_dev.c
@@ -363,7 +363,7 @@ g_dev_done(struct bio *bp2)
{
struct bio *bp;
- bp = bp2->bio_linkage;
+ bp = bp2->bio_parent;
bp->bio_error = bp2->bio_error;
if (bp->bio_error != 0) {
g_trace(G_T_BIO, "g_dev_done(%p) had error %d",