'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust the

description here to match current reality
okayed by Bill Studenmund
This commit is contained in:
jdolecek 2003-04-10 20:35:36 +00:00
parent 2250b51a29
commit c645a7c61f

View File

@ -1,4 +1,4 @@
# $NetBSD: vnode_if.src,v 1.32 2003/04/10 20:26:57 jdolecek Exp $
# $NetBSD: vnode_if.src,v 1.33 2003/04/10 20:35:36 jdolecek Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@ -315,7 +315,7 @@ vop_rename {
IN WILLRELE struct vnode *fvp;
IN struct componentname *fcnp;
IN WILLPUT struct vnode *tdvp;
IN WILLRELE struct vnode *tvp;
IN WILLPUT struct vnode *tvp;
IN struct componentname *tcnp;
};