Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/10/2003 23:38:13
Module Name:	src
Committed By:	jdolecek
Date:		Thu Apr 10 20:38:13 UTC 2003

Modified Files:
	src/sys/kern: vnode_if.c
	src/sys/sys: vnode_if.h

Log Message:
regen:
'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust the
definition here to match current reality
okayed by Bill Studenmund


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/kern/vnode_if.c
cvs rdiff -r1.40 -r1.41 src/sys/sys/vnode_if.h

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