cvs commit: src/sys/geom geom_subr.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Nov 18 10:17:40 PST 2003
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
More information about the cvs-src
mailing list