pjd 2006-09-13 15:46:49 UTC
FreeBSD src repository
Modified files:
sys/geom/mirror g_mirror.c
sys/geom/raid3 g_raid3.c
Log:
Fix synchronization in gmirror and graid3 which I broken. Synchronization
request can still have bio_to set to sc_provider (this is READ part of a
synchronization request) and in this case g_{mirror,raid3}_sync() wasn't
called as it should be.
MFC after: 1 week
Revision Changes Path
1.90 +7 -4 src/sys/geom/mirror/g_mirror.c
1.74 +5 -2 src/sys/geom/raid3/g_raid3.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"