Date: Mon, 10 Apr 2006 03:55:13 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_disk.c geom_slice.c geom_subr.c Message-ID: <200604100355.k3A3tDpT004430@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-04-10 03:55:13 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_disk.c geom_slice.c geom_subr.c Log: Add g_wither_provider() to abstract the details of destroying a particular provider. Use this function where g_orphan_provider() is being called so that the flags are updated correctly and g_orphan_provider() is called only when allowed. Revision Changes Path 1.93 +1 -0 src/sys/geom/geom.h 1.99 +1 -1 src/sys/geom/geom_disk.c 1.60 +1 -2 src/sys/geom/geom_slice.c 1.89 +12 -0 src/sys/geom/geom_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604100355.k3A3tDpT004430>