--- geom_subr.c.orig Sun Jan 11 01:48:07 2004 +++ geom_subr.c Sun Jan 11 01:48:41 2004 @@ -236,7 +236,7 @@ gp->name, LIST_FIRST(&gp->consumer))); KASSERT(LIST_EMPTY(&gp->provider), ("g_destroy_geom(%s) with provider(s) [%p]", - gp->name, LIST_FIRST(&gp->consumer))); + gp->name, LIST_FIRST(&gp->provider))); g_cancel_event(gp); LIST_REMOVE(gp, geom); TAILQ_REMOVE(&geoms, gp, geoms);