cvs commit: src/sys/geom geom.h geom_subr.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Mar 22 18:23:36 PDT 2008


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


More information about the cvs-src mailing list