Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/27/2000 16:34:47
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Jun 27 23:34:47 UTC 2000

Modified Files:
	syssrc/sys/kern: vfs_subr.c

Log Message:
Add vinsheadfree, a small function to push vnodes that have just
been allocated by getnewvnode, back onto the head of the free list.
Needed in some VFS_VGET functions to deal with races.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 syssrc/sys/kern/vfs_subr.c

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