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:44:04
Module Name: syssrc
Committed By: fvdl
Date: Mon Jul 3 17:44:04 UTC 2000
Modified Files:
syssrc/sys/ufs/ext2fs [netbsd-1-5]: ext2fs_vfsops.c
syssrc/sys/ufs/ffs [netbsd-1-5]: ffs_vfsops.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.36 -r1.36.2.1 syssrc/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.67 -r1.67.2.1 syssrc/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.