Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 05/02/2006 00:52:26
Module Name: src
Committed By: perseant
Date: Tue May 2 00:52:26 UTC 2006
Modified Files:
src/sys/ufs/lfs: lfs_vnops.c
Log Message:
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.171 -r1.172 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.