Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/10/1999 07:48:38
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Oct 10 14:48:38 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs_subr.c ntfs_subr.h

Log Message:
update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode"
make ntfs_ntref() real function and properly lock ip->i_interlock when
	updating ip->i_usecount
g/c ntfs_uustricmp()
make ntfs_uastr[i]cmp() static, rename arguments to be a bit more mnemonic
add couple of casts to NTFS_TOUPPER() and ntfs_uastr[i]cmp() - this
	corrects couple of cases when open()/stat() failed for
	files which apparently existed and even showed in ls output
ntfs_ntlookup(): initialize ip properly if ntnode is found in hash table,
	so that debug prints doesn't print garbage in that case
some whitespace policy


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/ntfs/ntfs_subr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.