Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/09/1999 09:29:48
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep  9 16:29:47 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs_vnops.c

Log Message:
ntfs_lookup(): fix nasty interaction of the code with recent cache_lookup()
	changes: cache_lookup() now returns -1 if not successful; for
	the '.' case, 'error' haven't been cleared to 0,
	so that ntfs_lookup() itself returned -1 , resulting to
	nasty "leaf should be empty" panic early after


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/ntfs/ntfs_vnops.c

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