Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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().
Home |
Main Index |
Thread Index |
Old Index