Date: Tue, 19 Sep 2006 11:16:14 +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/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c Message-ID: <200609191116.k8JBGEe0035238@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-09-19 11:16:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: MFC: sys/geom/mirror/g_mirror.c 1.90 sys/geom/raid3/g_raid3.c 1.74 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. Approved by: re (mux) Revision Changes Path 1.66.2.10 +17 -7 src/sys/geom/mirror/g_mirror.c 1.40.2.15 +14 -5 src/sys/geom/raid3/g_raid3.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609191116.k8JBGEe0035238>