Date: Mon, 2 Dec 2002 15:53:32 -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 Message-ID: <200212022353.gB2NrWX9084019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2002/12/02 15:53:32 PST Modified files: sys/dev/vinum vinumconfig.c Log: Don't blindly call make_dev when configuring an object: the device could already exist, and this triggers a booby trap panic in make_dev. remove_plex_entry: Don't remove the stripe mutex here, it gets done in free_plex. Approved by: re (rwatson) Revision Changes Path 1.51 +24 -23 src/sys/dev/vinum/vinumconfig.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?200212022353.gB2NrWX9084019>