Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2004 11:14:25 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/label g_label.c src/sys/geom/concat g_concat.c src/sys/geom/stripe g_stripe.c
Message-ID:  <200408091114.i79BEPhN054671@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408091114.i79BEPhN054671>