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

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Sep 28 11:19:30 PDT 2004


pjd         2004-09-28 18:19:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/label       g_label.c 
    sys/geom/stripe      g_stripe.c 
  Log:
  MFC: 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.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.7.2.2   +0 -3      src/sys/geom/label/g_label.c
  1.16.2.2  +0 -3      src/sys/geom/stripe/g_stripe.c


More information about the cvs-src mailing list