cvs commit: src/sys/geom/concat g_concat.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Sep 28 11:22:16 PDT 2004
pjd 2004-09-28 18:22:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/geom/concat g_concat.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.18.2.2 +0 -3 src/sys/geom/concat/g_concat.c
More information about the cvs-src
mailing list