Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/18/2003 22:00:35
Module Name:	src
Committed By:	jdolecek
Date:		Tue Feb 18 20:00:35 UTC 2003

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

Log Message:
g/c VI_(UN)LOCK macros and just use simple_(un)lock(vp->v_interlock)
#if 0 smbfs_hashprint(), and mark it static
do NOT reinit vp->v_lock - getnewvnode() did it for us
smbfs_reclaim(): unconditionaly do LIST_REMOVE(), and de-obfuscate parent
  directory vrele() call


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 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.