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:26:26 PDT 2004
pjd 2004-09-20 17:26:25 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:
This is not needed anymore, it is forced in GEOM now.
Actually, it can even cause some problems, because GEOM requires sectorsize
to be more than 0 on first access, not on provider creation, so we can skip
valid providers by doing this check here.
Reported by: Divacky Roman <xdivac02 at stud.fit.vutbr.cz>
Sven Willenberger <sven at dmv.com>
Revision Changes Path
1.21 +0 -3 src/sys/geom/concat/g_concat.c
1.10 +0 -3 src/sys/geom/label/g_label.c
1.27 +0 -3 src/sys/geom/mirror/g_mirror.c
1.14 +0 -3 src/sys/geom/raid3/g_raid3.c
1.20 +0 -3 src/sys/geom/stripe/g_stripe.c
More information about the cvs-src
mailing list