From owner-cvs-all Tue May 4 22:16:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D07FF14BEC; Tue, 4 May 1999 22:16:23 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA81421; Tue, 4 May 1999 22:16:23 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905050516.WAA81421@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 May 1999 22:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/04 22:16:23 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumconfig.c Log: MFC: Bring up to date with -CURRENT update_plex_config: Eliminate a potential divide-by-zero. Add debug calls to catch occasional deadlocks on drives. The problem is probably gone, but the debug checks remain for a while. update_plex_config: Catch yet another divide-by-zero problem when detaching the last subdisk from a striped plex. Uncovered-by: Michael Reifenberger Revision Changes Path 1.8.2.4 +21 -14 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message