Source-Changes-HG archive

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

[src/trunk]: src/sys regen:



details:   https://anonhg.NetBSD.org/src/rev/be284ad3a8d5
branches:  trunk
changeset: 545554:be284ad3a8d5
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Apr 10 20:38:12 2003 +0000

description:
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

diffstat:

 sys/kern/vnode_if.c |  8 ++++----
 sys/sys/vnode_if.h  |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r f188b8ef4b42 -r be284ad3a8d5 sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c       Thu Apr 10 20:35:36 2003 +0000
+++ b/sys/kern/vnode_if.c       Thu Apr 10 20:38:12 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: vnode_if.c,v 1.41 2003/03/21 23:11:27 dsl Exp $        */
+/*     $NetBSD: vnode_if.c,v 1.42 2003/04/10 20:38:12 jdolecek Exp $   */
 
 /*
  * Warning: This file is generated automatically.
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.31 2002/10/23 09:14:32 jdolecek Exp 
+ *     NetBSD: vnode_if.src,v 1.33 2003/04/10 20:35:36 jdolecek Exp 
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.30 2001/11/12 14:34:24 lukem Exp 
  */
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.41 2003/03/21 23:11:27 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.42 2003/04/10 20:38:12 jdolecek Exp $");
 
 
 /*
@@ -799,7 +799,7 @@
 const struct vnodeop_desc vop_rename_desc = {
        23,
        "vop_rename",
-       0 | VDESC_VP0_WILLRELE | VDESC_VP1_WILLRELE | VDESC_VP2_WILLPUT | VDESC_VP3_WILLRELE,
+       0 | VDESC_VP0_WILLRELE | VDESC_VP1_WILLRELE | VDESC_VP2_WILLPUT | VDESC_VP3_WILLPUT,
        vop_rename_vp_offsets,
        VDESC_NO_OFFSET,
        VDESC_NO_OFFSET,
diff -r f188b8ef4b42 -r be284ad3a8d5 sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h        Thu Apr 10 20:35:36 2003 +0000
+++ b/sys/sys/vnode_if.h        Thu Apr 10 20:38:12 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: vnode_if.h,v 1.40 2003/03/21 23:11:28 dsl Exp $        */
+/*     $NetBSD: vnode_if.h,v 1.41 2003/04/10 20:38:12 jdolecek Exp $   */
 
 /*
  * Warning: This file is generated automatically.
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.31 2002/10/23 09:14:32 jdolecek Exp 
+ *     NetBSD: vnode_if.src,v 1.33 2003/04/10 20:35:36 jdolecek Exp 
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.30 2001/11/12 14:34:24 lukem Exp 
  */



Home | Main Index | Thread Index | Old Index