Date: Sun, 23 Mar 2008 01:23:35 +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_subr.c Message-ID: <200803230123.m2N1NZA5020426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-03-23 01:23:35 UTC
FreeBSD src repository
Modified files:
sys/geom geom.h geom_subr.c
Log:
Add g_retaste(), which given a class will present all non-open providers
to it for tasting. This is useful when the class, through means outside
the scope of GEOM, can claim providers previously unclaimed.
The g_retaste() function posts an event which is handled by the
g_retaste_event().
Event suggested by: phk
Revision Changes Path
1.101 +1 -0 src/sys/geom/geom.h
1.92 +60 -0 src/sys/geom/geom_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803230123.m2N1NZA5020426>
