Date: Tue, 28 Sep 2004 18:19:30 +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/stripe g_stripe.c Message-ID: <200409281819.i8SIJUFo002756@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409281819.i8SIJUFo002756>
