Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/geom/geom_disk.c 124864 2004-01-23 10:56:16Z phk $");
---
> __FBSDID("$FreeBSD: head/sys/geom/geom_disk.c 125539 2004-02-06 23:10:49Z pjd $");
111a112,122
> dp = pp->geom->softc;
> if (dp == NULL) {
> /*
> * Allow decreasing access count even if disk is not
> * avaliable anymore.
> */
> if (r <= 0 && w <= 0 && e <= 0)
> return (0);
> else
> return (ENXIO);
> }
115,117d125
< dp = pp->geom->softc;
< if (dp == NULL)
< return (ENXIO);