Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/geom/geom_disk.c 125975 2004-02-18 21:36:53Z phk $");
---
> __FBSDID("$FreeBSD: head/sys/geom/geom_disk.c 129116 2004-05-11 13:17:40Z sos $");
192d191
< dp = bp2->bio_to->geom->softc;
200c199,200
< devstat_end_transaction_bio(dp->d_devstat, bp2);
---
> if ((dp = bp2->bio_to->geom->softc))
> devstat_end_transaction_bio(dp->d_devstat, bp2);