From 31624a0218cf8c11d8c9c0591736205741f75a0c Mon Sep 17 00:00:00 2001 From: hannken Date: Wed, 12 Jul 2017 09:31:59 +0000 Subject: [PATCH] Regen. --- 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(-) diff --git a/sys/kern/vnode_if.c b/sys/kern/vnode_if.c index a2fea68843aa..9a2494f45271 100644 --- a/sys/kern/vnode_if.c +++ b/sys/kern/vnode_if.c @@ -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 -__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 #include @@ -1510,11 +1510,11 @@ VOP_ADVLOCK(struct vnode *vp, 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 --git a/sys/rump/include/rump/rumpvnode_if.h b/sys/rump/include/rump/rumpvnode_if.h index c4952fababb6..0d2f1e2d2d79 100644 --- a/sys/rump/include/rump/rumpvnode_if.h +++ b/sys/rump/include/rump/rumpvnode_if.h @@ -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 --git a/sys/rump/librump/rumpvfs/rumpvnode_if.c b/sys/rump/librump/rumpvfs/rumpvnode_if.c index 2cae5ae2c2a8..f1643f2cb0d2 100644 --- a/sys/rump/librump/rumpvfs/rumpvnode_if.c +++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c @@ -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 -__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 #include diff --git a/sys/sys/vnode_if.h b/sys/sys/vnode_if.h index 89305fae6c54..46b8ab7f6d74 100644 --- a/sys/sys/vnode_if.h +++ b/sys/sys/vnode_if.h @@ -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 */