Date: Tue, 18 Nov 2003 10:17:39 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_subr.c Message-ID: <200311181817.hAIIHddK066030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/11/18 10:17:39 PST FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Call class->init() an class->fini() while the class is hooked up, rather than right before and right after. This allows these routines to manipulate the mesh. KASSERT that nobody creates a geom on an alien class. Assert topology in g_valid_obj(). Approved by: re@ Revision Changes Path 1.63 +5 -3 src/sys/geom/geom_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311181817.hAIIHddK066030>