cvs commit: src/sys/geom/label g_label.c src/sys/geom/concat g_concat.c src/sys/geom/stripe g_stripe.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Aug 9 04:14:25 PDT 2004


pjd         2004-08-09 11:14:25 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/label       g_label.c 
    sys/geom/concat      g_concat.c 
    sys/geom/stripe      g_stripe.c 
  Log:
  Do not use g_wither_geom(9). I doesn't work in the way which is expected
  here anymore (after g_wither_washer() was introduced), i.e. geom and consumer
  will not be immediately destroyed if possible.
  
  Revision  Changes    Path
  1.17      +3 -2      src/sys/geom/concat/g_concat.c
  1.7       +8 -12     src/sys/geom/label/g_label.c
  1.13      +3 -2      src/sys/geom/stripe/g_stripe.c


More information about the cvs-src mailing list