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/f5327ae0b265
branches:  trunk
changeset: 825382:f5327ae0b265
user:      hannken <hannken%NetBSD.org@localhost>
date:      Wed Jul 12 09:31:59 2017 +0000

description:
Regen.

diffstat:

 sys/kern/vnode_if.c                     |  10 +++++-----
 sys/rump/include/rump/rumpvnode_if.h    |   4 ++--
 sys/rump/librump/rumpvfs/rumpvnode_if.c |   6 +++---
 sys/sys/vnode_if.h                      |   4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (100 lines):

diff -r 692a74553866 -r f5327ae0b265 sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c       Wed Jul 12 09:31:07 2017 +0000
+++ b/sys/kern/vnode_if.c       Wed Jul 12 09:31:59 2017 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: vnode_if.c,v 1.106 2017/06/04 08:05:42 hannken Exp $   */
+/*     $NetBSD: vnode_if.c,v 1.107 2017/07/12 09:31:59 hannken Exp $   */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.76 2017/06/04 07:59:17 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.77 2017/07/12 09:31:07 hannken Exp
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.66 2017/06/04 08:03:26 hannken Exp
  */
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.106 2017/06/04 08:05:42 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.107 2017/07/12 09:31:59 hannken Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -1510,11 +1510,11 @@
        a.a_op = op;
        a.a_fl = fl;
        a.a_flags = flags;
-       error = vop_pre(vp, &mp, &mpsafe, FST_YES);
+       error = vop_pre(vp, &mp, &mpsafe, FST_NO);
        if (error)
                return error;
        error = (VCALL(vp, VOFFSET(vop_advlock), &a));
-       vop_post(vp, mp, mpsafe, FST_YES);
+       vop_post(vp, mp, mpsafe, FST_NO);
        return error;
 }
 
diff -r 692a74553866 -r f5327ae0b265 sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h      Wed Jul 12 09:31:07 2017 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h      Wed Jul 12 09:31:59 2017 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rumpvnode_if.h,v 1.30 2017/06/04 08:05:42 hannken Exp $        */
+/*     $NetBSD: rumpvnode_if.h,v 1.31 2017/07/12 09:31:59 hannken Exp $        */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.76 2017/06/04 07:59:17 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.77 2017/07/12 09:31:07 hannken Exp
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.66 2017/06/04 08:03:26 hannken Exp
  */
diff -r 692a74553866 -r f5327ae0b265 sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Jul 12 09:31:07 2017 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Jul 12 09:31:59 2017 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rumpvnode_if.c,v 1.30 2017/06/04 08:05:42 hannken Exp $        */
+/*     $NetBSD: rumpvnode_if.c,v 1.31 2017/07/12 09:31:59 hannken Exp $        */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.76 2017/06/04 07:59:17 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.77 2017/07/12 09:31:07 hannken Exp
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.66 2017/06/04 08:03:26 hannken Exp
  */
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.30 2017/06/04 08:05:42 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.31 2017/07/12 09:31:59 hannken Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
diff -r 692a74553866 -r f5327ae0b265 sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h        Wed Jul 12 09:31:07 2017 +0000
+++ b/sys/sys/vnode_if.h        Wed Jul 12 09:31:59 2017 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: vnode_if.h,v 1.101 2017/06/04 08:05:42 hannken Exp $   */
+/*     $NetBSD: vnode_if.h,v 1.102 2017/07/12 09:32:00 hannken Exp $   */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *     NetBSD: vnode_if.src,v 1.76 2017/06/04 07:59:17 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.77 2017/07/12 09:31:07 hannken Exp
  * by the script:
  *     NetBSD: vnode_if.sh,v 1.66 2017/06/04 08:03:26 hannken Exp
  */



Home | Main Index | Thread Index | Old Index