This commit is contained in:
hannken 2017-07-12 09:31:59 +00:00
parent d29c150b3b
commit 31624a0218
4 changed files with 12 additions and 12 deletions

View File

@ -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 @@ 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;
}

View File

@ -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
*/

View File

@ -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>

View File

@ -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
*/