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