Date: Mon, 20 Sep 2004 17:44:41 +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/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 Message-ID: <200409201744.i8KHiftP032903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409201744.i8KHiftP032903>
