Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/geom/eli/g_eli_integrity.c 214116 2010-10-20 20:01:45Z pjd $");
---
> __FBSDID("$FreeBSD: head/sys/geom/eli/g_eli_integrity.c 214118 2010-10-20 20:50:55Z pjd $");
131a132
> struct g_eli_softc *sc;
154a156
> sc = bp->bio_to->geom->softc;
156d157
< struct g_eli_softc *sc;
164d164
< sc = bp->bio_to->geom->softc;
242a243
> atomic_subtract_int(&sc->sc_inflight, 1);
278a280
> sc = bp->bio_to->geom->softc;
287a290
> atomic_subtract_int(&sc->sc_inflight, 1);
290d292
< sc = bp->bio_to->geom->softc;