cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/stripe g_stripe.c src/sys/geom/raid3 g_raid3.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Sep 20 10:44:42 PDT 2004


pjd         2004-09-20 17:44:41 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/concat      g_concat.c 
    sys/geom/label       g_label.c 
    sys/geom/mirror      g_mirror.c 
    sys/geom/stripe      g_stripe.c 
    sys/geom/raid3       g_raid3.c 
  Log:
  Force commit to provider more detailed info about this change.
  
  There is no need to skip providers with 0 sectorsize in taste routine,
  it is now forced by GEOM.
  Actually, it can even cause some problems, because GEOM requires sectorsize
  to be greater than 0 on first access, not on provider creation, so we can
  skip valid providers by doing this check in taste method.
  
  Requested by:   scottl
  
  Revision  Changes    Path
  1.22      +0 -0      src/sys/geom/concat/g_concat.c
  1.11      +0 -0      src/sys/geom/label/g_label.c
  1.28      +0 -0      src/sys/geom/mirror/g_mirror.c
  1.15      +0 -0      src/sys/geom/raid3/g_raid3.c
  1.21      +0 -0      src/sys/geom/stripe/g_stripe.c


More information about the cvs-src mailing list