Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/geom/geom_subr.c 223089 2011-06-14 17:10:32Z gibbs $");
---
> __FBSDID("$FreeBSD: head/sys/geom/geom_subr.c 237518 2012-06-24 04:29:03Z ken $");
353a354
> gp->providergone = mp->providergone;
636a638,644
> /*
> * If a callback was provided, send notification that the provider
> * is now gone.
> */
> if (gp->providergone != NULL)
> gp->providergone(pp);
>