Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/18/1998 08:00:01
pk
Mon May 18 07:59:49 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv13938

Modified Files:
	vfs_subr.c 
Log Message:
Inline vref/vrele in vclean() because: 
* we already have the vnode interlock, so vref() should not ask for it again.
* we call VOP_RECLAIM/VOP_INACTIVE(), which shouldn't be duplicated in vrele().