Subject: CVS commit: [netbsd-3] src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/20/2006 22:41:58
Module Name:	src
Committed By:	riz
Date:		Sat May 20 22:41:58 UTC 2006

Modified Files:
	src/sys/ufs/lfs [netbsd-3]: lfs_vnops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
	sys/ufs/lfs/lfs_vnops.c: revision 1.172
Fix a "locking against myself": lfs_flush_dirops() doesn't need to lock the
vnodes to write their blocks, since it holds the segment lock.


To generate a diff of this commit:
cvs rdiff -r1.137.2.20 -r1.137.2.21 src/sys/ufs/lfs/lfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.