From owner-cvs-all Sat Apr 10 1:12:38 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 BA0FF14DD1; Sat, 10 Apr 1999 01:12:36 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA30485; Sat, 10 Apr 1999 01:10:24 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199904100810.BAA30485@freefall.freebsd.org> From: Greg Lehey Date: Sat, 10 Apr 1999 01:10:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/04/10 01:10:24 PDT Modified files: sys/dev/vinum vinumio.c Log: daemon_save_config: Fix a potential drive deadlock when saving config to a non-existent drive. Add debug calls to catch occasional deadlocks on drives. The problem (above) is probably gone, but the debug checks remain for a while. Revision Changes Path 1.20 +5 -3 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message