Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/24/2003 17:55:09
Module Name:	src
Committed By:	jdolecek
Date:		Mon Feb 24 15:55:09 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_node.c

Log Message:
smbfs_node_alloc():
* use LK_RETRY for the vget()
* turn the check for dead parent vnode to #ifdef DIAGNOSTIC panic
* reformat the hash walk code a little, and only assign vp if entries match
* add some comments


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/smbfs/smbfs_node.c

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