From owner-cvs-src@FreeBSD.ORG Fri Oct 31 21:51:56 2003 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 BEFF316A4CE; Fri, 31 Oct 2003 21:51:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 440FE43F3F; Fri, 31 Oct 2003 21:51:56 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA15ptXJ087614; Fri, 31 Oct 2003 21:51:55 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA15pt0V087613; Fri, 31 Oct 2003 21:51:55 -0800 (PST) (envelope-from kan) Message-Id: <200311010551.hA15pt0V087613@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 31 Oct 2003 21:51:55 -0800 (PST) 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 src/sys/kern vfs_default.c src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs ufs_quota.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: Sat, 01 Nov 2003 05:51:56 -0000 kan 2003/10/31 21:51:55 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/kern vfs_default.c sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_quota.c Log: Temporarily undo parts of the stuct mount locking commit by jeff. It is unsafe to hold a mutex across vput/vrele calls. This will be redone when a better locking strategy is agreed upon. Discussed with: jeff Revision Changes Path 1.109 +1 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.110 +1 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.89 +1 -5 src/sys/kern/vfs_default.c 1.221 +1 -6 src/sys/ufs/ffs/ffs_vfsops.c 1.68 +5 -17 src/sys/ufs/ufs/ufs_quota.c