Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern 'tvp' in vop_rename needs to be vput(), not vrele()...



details:   https://anonhg.NetBSD.org/src/rev/f188b8ef4b42
branches:  trunk
changeset: 545553:f188b8ef4b42
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Apr 10 20:35:36 2003 +0000

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

diffstat:

 sys/kern/vnode_if.src |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 941b938fcf4d -r f188b8ef4b42 sys/kern/vnode_if.src
--- a/sys/kern/vnode_if.src     Thu Apr 10 20:27:40 2003 +0000
+++ b/sys/kern/vnode_if.src     Thu Apr 10 20:35:36 2003 +0000
@@ -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 @@
        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;
 };
 



Home | Main Index | Thread Index | Old Index