Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 06/20/2001 01:14:14
Module Name: syssrc
Committed By: jdolecek
Date: Tue Jun 19 22:14:14 UTC 2001
Modified Files:
syssrc/sys/ntfs: ntfs_vfsops.c
Log Message:
Fix locking disorder in ntfs_vgetex(), which resulted in deadlock
under heavy vnode usage - vget() must be called with unlocked ntnode!
Actually check the vget() return value and DTRT if it fails (i.e. when
the vnode has been recycled for other use).
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/ntfs/ntfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.