Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 07/03/2000 10:36:03
Module Name: syssrc
Committed By: fvdl
Date: Mon Jul 3 17:36:03 UTC 2000
Modified Files:
syssrc/sys/kern [netbsd-1-5]: vfs_subr.c
Log Message:
pullup from trunk:
Fix a "locking against myself" problem; holding ufs_hashlock
across getnewvnode() could cause a recursive lock if it resulted in
recycling a vnode that was using softdeps.
To generate a diff of this commit:
cvs rdiff -r1.128 -r1.128.2.1 syssrc/sys/kern/vfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.