Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 02/06/2001 18:25:49
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Feb  6 16:25:48 UTC 2001

Modified Files:
	syssrc/sys/nfs: nfs_node.c

Log Message:
In nfs_inactive there's no need anymore for an extra refcount around
nfs_vinvalbuf, since it has a real lock on the vnode now, so getnewvnode
will not hijack it.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/nfs/nfs_node.c

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