Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/20/1999 14:11:59
Module Name: syssrc
Committed By: fvdl
Date: Mon Dec 20 22:11:59 UTC 1999
Modified Files:
syssrc/sys/ntfs: ntfs_subr.c
Log Message:
Always unlock the "fnode", even if we're about to free it, to keep
lock counts consistent. DIAGNOSTIC checks will barf otherwise.
XXX ntfs_ntput should not free the node, the reclaim vop should do it
XXX why does the ntfs code do its own internal locking?
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/ntfs/ntfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.