From owner-cvs-all@FreeBSD.ORG Thu Mar 11 00:16:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DA016A4CE; Thu, 11 Mar 2004 00:16:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72BD43D1D; Thu, 11 Mar 2004 00:16:23 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2B8GNGe035407; Thu, 11 Mar 2004 00:16:23 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2B8GNhH035406; Thu, 11 Mar 2004 00:16:23 -0800 (PST) (envelope-from phk) Message-Id: <200403110816.i2B8GNhH035406@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 11 Mar 2004 00:16:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 08:16:24 -0000 phk 2004/03/11 00:16:23 PST FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Be more insistent on destroying geoms at unload time. Still not perfect, but it will do (better) for now. KASSERT that to have providers a class must have an access method. Tag the new_provider event with the geom as well. Revision Changes Path 1.74 +8 -2 src/sys/geom/geom_subr.c