K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-09-28T18:23:14.000000Z K 7 svn:log V 412 MFC: - Avoid race while synchronizing components. It is very hard to bump into, but it is possible: 1. Read data from good component for synchronization. 2. Write data to the same area. 3. Write synchronization data, which are now stale. - Decrease kern.geom.mirror.timeout to 4, so it is smaller than vfs.root.mountdelay by default. - Don't skip providers with 0 sectorsize. Approved by: re (scottl) END