From owner-cvs-src@FreeBSD.ORG  Fri Feb 13 12:23:16 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AE32616A4CE; Fri, 13 Feb 2004 12:23:16 -0800 (PST)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9235543D1D; Fri, 13 Feb 2004 12:23:16 -0800 (PST)
	(envelope-from bde@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DKNGGe043607;
	Fri, 13 Feb 2004 12:23:16 -0800 (PST)
	(envelope-from bde@repoman.freebsd.org)
Received: (from bde@localhost)
	by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DKNGVo043606;
	Fri, 13 Feb 2004 12:23:16 -0800 (PST)
	(envelope-from bde)
Message-Id: <200402132023.i1DKNGVo043606@repoman.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 13 Feb 2004 12:23:16 -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/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 <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Feb 2004 20:23:16 -0000

bde         2004/02/13 12:23:16 PST

  FreeBSD src repository

  Modified files:
    sys/gnu/ext2fs       ext2_vfsops.c 
  Log:
  MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock
  the vnode around calls to vinvalbuf()).  Apparently no one has tested
  ext2fs with DEBUG_VOP_LOCKS.  Vnode locking for vinvalbuf() might not
  be required in non-soft-updates cases, but it is now asserted.
  
  MFffs (uncommitted related and nearby cleanups: don't unlock the vnode
  after vinvalbuf() only to have to relock it almost immediately; don't
  refer to devices classified by vn_isdisk() as block devices).
  
  Revision  Changes    Path
  1.117     +10 -4     src/sys/gnu/ext2fs/ext2_vfsops.c