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/891d37144f79
branches: trunk
changeset: 352817:891d37144f79
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Apr 11 14:26:13 2017 +0000
description:
regen
diffstat:
sys/kern/vnode_if.c | 12 ++++++------
sys/rump/include/rump/rumpvnode_if.h | 4 ++--
sys/rump/librump/rumpvfs/rumpvnode_if.c | 6 +++---
sys/sys/vnode_if.h | 6 +++---
4 files changed, 14 insertions(+), 14 deletions(-)
diffs (120 lines):
diff -r 54f8041796dc -r 891d37144f79 sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c Tue Apr 11 14:24:59 2017 +0000
+++ b/sys/kern/vnode_if.c Tue Apr 11 14:26:13 2017 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: vnode_if.c,v 1.97 2017/02/22 09:47:18 hannken Exp $ */
+/* $NetBSD: vnode_if.c,v 1.98 2017/04/11 14:26:13 riastradh 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.70 2017/02/22 09:45:51 hannken Exp
+ * NetBSD: vnode_if.src,v 1.71 2017/04/11 14:25:00 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.62 2017/02/22 09:45:51 hannken Exp
*/
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.97 2017/02/22 09:47:18 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.98 2017/04/11 14:26:13 riastradh Exp $");
#include <sys/param.h>
#include <sys/mount.h>
@@ -1103,13 +1103,13 @@
}
const int vop_inactive_vp_offsets[] = {
- VOPARG_OFFSETOF(struct vop_inactive_args,a_vp),
+ VOPARG_OFFSETOF(struct vop_inactive_v2_args,a_vp),
VDESC_NO_OFFSET
};
const struct vnodeop_desc vop_inactive_desc = {
VOP_INACTIVE_DESCOFFSET,
"vop_inactive",
- 0 | VDESC_VP0_WILLUNLOCK,
+ 0,
vop_inactive_vp_offsets,
VDESC_NO_OFFSET,
VDESC_NO_OFFSET,
@@ -1121,7 +1121,7 @@
{
int error;
bool mpsafe;
- struct vop_inactive_args a;
+ struct vop_inactive_v2_args a;
a.a_desc = VDESC(vop_inactive);
a.a_vp = vp;
a.a_recycle = recycle;
diff -r 54f8041796dc -r 891d37144f79 sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h Tue Apr 11 14:24:59 2017 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h Tue Apr 11 14:26:13 2017 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rumpvnode_if.h,v 1.21 2017/02/22 09:47:18 hannken Exp $ */
+/* $NetBSD: rumpvnode_if.h,v 1.22 2017/04/11 14:26:13 riastradh 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.70 2017/02/22 09:45:51 hannken Exp
+ * NetBSD: vnode_if.src,v 1.71 2017/04/11 14:25:00 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.62 2017/02/22 09:45:51 hannken Exp
*/
diff -r 54f8041796dc -r 891d37144f79 sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c Tue Apr 11 14:24:59 2017 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c Tue Apr 11 14:26:13 2017 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rumpvnode_if.c,v 1.21 2017/02/22 09:47:18 hannken Exp $ */
+/* $NetBSD: rumpvnode_if.c,v 1.22 2017/04/11 14:26:13 riastradh 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.70 2017/02/22 09:45:51 hannken Exp
+ * NetBSD: vnode_if.src,v 1.71 2017/04/11 14:25:00 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.62 2017/02/22 09:45:51 hannken Exp
*/
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.21 2017/02/22 09:47:18 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.22 2017/04/11 14:26:13 riastradh Exp $");
#include <sys/param.h>
#include <sys/mount.h>
diff -r 54f8041796dc -r 891d37144f79 sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h Tue Apr 11 14:24:59 2017 +0000
+++ b/sys/sys/vnode_if.h Tue Apr 11 14:26:13 2017 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: vnode_if.h,v 1.92 2017/02/22 09:47:18 hannken Exp $ */
+/* $NetBSD: vnode_if.h,v 1.93 2017/04/11 14:26:13 riastradh 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.70 2017/02/22 09:45:51 hannken Exp
+ * NetBSD: vnode_if.src,v 1.71 2017/04/11 14:25:00 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.62 2017/02/22 09:45:51 hannken Exp
*/
@@ -372,7 +372,7 @@
int VOP_ABORTOP(struct vnode *, struct componentname *);
#define VOP_INACTIVE_DESCOFFSET 31
-struct vop_inactive_args {
+struct vop_inactive_v2_args {
const struct vnodeop_desc *a_desc;
struct vnode *a_vp;
bool *a_recycle;
Home |
Main Index |
Thread Index |
Old Index