Date: Sun, 27 Jan 2002 18:38:33 -0800 (PST) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c vinumioctl.c Message-ID: <200201280238.g0S2cX088953@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2002/01/27 18:38:33 PST
Modified files: (Branch: RELENG_4_5)
sys/dev/vinum vinumconfig.c vinumioctl.c
Log:
MFC:
vinumioctl: Fix a double fault caused by calling setjmp() without
holding the config lock. The call was in fact
superfluous.
throw_rude_remark: Make sure we're holding the config lock before
proceeding. There's no reason to assume that this
has ever happened, but the alternative might be a
double fault.
Dump analysis by: Thomas Moestl <tmoestl@gmx.net>
Tested by: Martin Blapp <mb@imp.ch>
Approved by: re
Revision Changes Path
1.32.2.5.4.1 +3 -1 src/sys/dev/vinum/vinumconfig.c
1.25.2.3.6.1 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201280238.g0S2cX088953>
