regen: remove struct lwp as a parameter to VOPs
This commit is contained in:
parent
61e8303e9d
commit
0aea761bea
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: vnode_if.c,v 1.73 2007/11/26 19:02:10 pooka Exp $ */
|
||||
/* $NetBSD: vnode_if.c,v 1.74 2007/11/26 19:03:30 pooka 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.54 2007/07/27 08:26:38 pooka Exp
|
||||
* NetBSD: vnode_if.src,v 1.55 2007/11/26 19:02:11 pooka Exp
|
||||
* by the script:
|
||||
* NetBSD: vnode_if.sh,v 1.46 2007/11/06 21:59:43 ad Exp
|
||||
* NetBSD: vnode_if.sh,v 1.47 2007/11/26 19:02:11 pooka Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.73 2007/11/26 19:02:10 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.74 2007/11/26 19:03:30 pooka Exp $");
|
||||
|
||||
|
||||
#include "opt_vnode_lockdebug.h"
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: vnode_if.h,v 1.69 2007/11/26 19:02:25 pooka Exp $ */
|
||||
/* $NetBSD: vnode_if.h,v 1.70 2007/11/26 19:03:31 pooka 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.54 2007/07/27 08:26:38 pooka Exp
|
||||
* NetBSD: vnode_if.src,v 1.55 2007/11/26 19:02:11 pooka Exp
|
||||
* by the script:
|
||||
* NetBSD: vnode_if.sh,v 1.46 2007/11/06 21:59:43 ad Exp
|
||||
* NetBSD: vnode_if.sh,v 1.47 2007/11/26 19:02:11 pooka Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user