diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-01-11 10:02:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-01-11 10:02:42 +0000 |
| commit | cbb650409c09f81501dd3550c0455b3283255acb (patch) | |
| tree | acdeb987713081ea299d215aa6d7a3380ba784ba | |
| parent | 6c021e315066956b241cbab884019812d5dc47a0 (diff) | |
Notes
| -rw-r--r-- | sys/geom/geom_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index b4b05278fa34..2d118792690a 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -236,7 +236,7 @@ g_destroy_geom(struct g_geom *gp) 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); |
