From owner-cvs-src@FreeBSD.ORG Fri Oct 15 06:10:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 307D416A4CE; Fri, 15 Oct 2004 06:10:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEAE43D31; Fri, 15 Oct 2004 06:10:13 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6ACqw066151; Fri, 15 Oct 2004 06:10:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6ACgo066150; Fri, 15 Oct 2004 06:10:12 GMT (envelope-from pjd) Message-Id: <200410150610.i9F6ACgo066150@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 15 Oct 2004 06:10:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom/mirror g_mirror.c g_mirror.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 06:10:13 -0000 pjd 2004-10-15 06:10:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/mirror g_mirror.c g_mirror.h Log: - Just use MAXPHYS as maximum I/O request size, instead of using my own #define for this purpose. - Before root file system is mounted, wait for mirrors in degraded state. - Be sure to always return 0 for negative access requests. Approved by: re (kensmith) Revision Changes Path 1.19.2.4 +62 -8 src/sys/geom/mirror/g_mirror.c 1.8.2.2 +0 -2 src/sys/geom/mirror/g_mirror.h