From owner-cvs-src@FreeBSD.ORG Thu Sep 2 20:08:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D1C16A4D1; Thu, 2 Sep 2004 20:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E5143D1F; Thu, 2 Sep 2004 20:08:41 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82K8fRX097750; Thu, 2 Sep 2004 20:08:41 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82K8fJ6097749; Thu, 2 Sep 2004 20:08:41 GMT (envelope-from cperciva) Message-Id: <200409022008.i82K8fJ6097749@repoman.freebsd.org> From: Colin Percival Date: Thu, 2 Sep 2004 20:08:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 20:08:42 -0000 cperciva 2004-09-02 20:08:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/md md.c Log: MFC rev. 1.129. (Attempt #2 to fix this problem without breaking anything else.) When creating a new md, g_waitidle() to make sure the /dev entry gets created before mdconfig(8) returns, *but only if it's not a preloaded md*. Approved by: re (kensmith) Revision Changes Path 1.127.2.3 +2 -0 src/sys/dev/md/md.c