From owner-cvs-all Fri Nov 17 15:40: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0068E37B479; Fri, 17 Nov 2000 15:40:03 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA55181; Fri, 17 Nov 2000 15:40:02 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200011172340.PAA55181@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Nov 2000 15:40:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrevive.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/11/17 15:40:02 PST Modified files: sys/dev/vinum vinumrevive.c Log: Make sure we don't cross stripe boundaries when reviving striped plexes. This makes crash recovery work for stripe sizes that are not multiples of DEFAULT_REVIVE_BLOCKSIZE (currently 64 kB). While we're here, fix a few cosmetic nits. Reviewed by: grog Sponsored by: Enitel ASA (http://www.enitel.no/) Revision Changes Path 1.32 +7 -5 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message