From owner-cvs-all@FreeBSD.ORG Fri Sep 2 13:37:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E26516A41F; Fri, 2 Sep 2005 13:37:55 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122BE43D45; Fri, 2 Sep 2005 13:37:55 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j82Dbsuk035020; Fri, 2 Sep 2005 13:37:54 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j82Dbs7G035019; Fri, 2 Sep 2005 13:37:54 GMT (envelope-from ssouhlal) Message-Id: <200509021337.j82Dbs7G035019@repoman.freebsd.org> From: Suleiman Souhlal Date: Fri, 2 Sep 2005 13:37:54 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 13:37:55 -0000 ssouhlal 2005-09-02 13:37:54 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessed and unbusied in devfs_fixup(), which assumes that the devfs mount is still locked. Granced at by: phk MFC after: 3 days Revision Changes Path 1.197 +0 -1 src/sys/kern/vfs_mount.c