From owner-cvs-src@FreeBSD.ORG Mon Apr 9 19:23:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782EC16A403; Mon, 9 Apr 2007 19:23:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5229D13C484; Mon, 9 Apr 2007 19:23:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JNqx3093795; Mon, 9 Apr 2007 19:23:52 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JNqro093794; Mon, 9 Apr 2007 19:23:52 GMT (envelope-from njl) Message-Id: <200704091923.l39JNqro093794@repoman.freebsd.org> From: Nate Lawson Date: Mon, 9 Apr 2007 19:23:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 09 Apr 2007 19:23:52 -0000 njl 2007-04-09 19:23:52 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Clean up the root mount and mount wait code. No mutexes are needed here since a spurious wakeup() is the only possible outcome and this is fine in the BSD programming model. Revision Changes Path 1.255 +10 -15 src/sys/kern/vfs_mount.c