From owner-cvs-src@FreeBSD.ORG Thu Oct 28 08:22:11 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 CC93816A4CE; Thu, 28 Oct 2004 08:22:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4DD43D54; Thu, 28 Oct 2004 08:22:11 +0000 (GMT) (envelope-from phk@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 i9S8MBHN057815; Thu, 28 Oct 2004 08:22:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9S8MBSQ057814; Thu, 28 Oct 2004 08:22:11 GMT (envelope-from phk) Message-Id: <200410280822.i9S8MBSQ057814@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 28 Oct 2004 08:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.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, 28 Oct 2004 08:22:11 -0000 phk 2004-10-28 08:22:11 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c Log: Reduce the locking activity by epsilon by checking VNON condition before releasing the mountlock. Revision Changes Path 1.130 +3 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.129 +3 -4 src/sys/gnu/ext2fs/ext2_vfsops.c