From def0071c3d79e89bdf085d7cbaeb1613c15b8663 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 1 May 2003 18:18:14 +0000 Subject: Remove now unneeded special case for "geom.ctl". --- sys/geom/geom_subr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/geom') diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 017a17c..17b3ae0 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -622,8 +622,6 @@ g_spoil(struct g_provider *pp, struct g_consumer *cp) g_topology_assert(); - if (!strcmp(pp->name, "geom.ctl")) - return; LIST_FOREACH(cp2, &pp->consumers, consumers) { if (cp2 == cp) continue; -- cgit v1.1