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

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 10 03:55:14 UTC 2006


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


More information about the cvs-src mailing list