From owner-cvs-all Sat Jan 26 20:20:55 2002 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 42A2337B400; Sat, 26 Jan 2002 20:20:53 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0R4KrU26853; Sat, 26 Jan 2002 20:20:53 -0800 (PST) (envelope-from grog) Message-Id: <200201270420.g0R4KrU26853@freefall.freebsd.org> From: Greg Lehey Date: Sat, 26 Jan 2002 20:20:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c vinumioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/01/26 20:20:53 PST Modified files: sys/dev/vinum vinumconfig.c vinumioctl.c Log: vinumioctl: Fix a double fault caused by calling setjmp() without holding the config lock. The call was in fact superfluous. Revision Changes Path 1.44 +3 -1 src/sys/dev/vinum/vinumconfig.c 1.32 +0 -3 src/sys/dev/vinum/vinumioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message