Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/sys Regen (ticket #197)
details: https://anonhg.NetBSD.org/src/rev/edf2a33f444c
branches: netbsd-10
changeset: 376510:edf2a33f444c
user: martin <martin%NetBSD.org@localhost>
date: Wed Jun 21 16:52:28 2023 +0000
description:
Regen (ticket #197)
diffstat:
sys/kern/vnode_if.c | 13 ++++++-------
sys/rump/include/rump/rumpvnode_if.h | 6 +++---
sys/rump/librump/rumpvfs/rumpvnode_if.c | 8 ++++----
sys/sys/vnode_if.h | 6 +++---
4 files changed, 16 insertions(+), 17 deletions(-)
diffs (124 lines):
diff -r 328f22d3c900 -r edf2a33f444c sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c Wed Jun 21 16:50:21 2023 +0000
+++ b/sys/kern/vnode_if.c Wed Jun 21 16:52:28 2023 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: vnode_if.c,v 1.118 2022/07/18 04:32:35 thorpej Exp $ */
+/* $NetBSD: vnode_if.c,v 1.118.4.1 2023/06/21 16:52:28 martin 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.84 2022/05/03 08:33:59 hannken Exp
+ * NetBSD: vnode_if.src,v 1.84.4.1 2023/06/21 16:50:21 martin Exp
* by the script:
- * NetBSD: vnode_if.sh,v 1.76 2022/07/18 04:30:30 thorpej Exp
+ * NetBSD: vnode_if.sh,v 1.77 2022/10/26 23:39:43 riastradh Exp
*/
/*
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.118 2022/07/18 04:32:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.118.4.1 2023/06/21 16:52:28 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_vnode_lockdebug.h"
@@ -54,6 +54,8 @@
#include <sys/lock.h>
#include <sys/fstrans.h>
+#include <miscfs/deadfs/deadfs.h>
+
enum fst_op { FST_NO, FST_YES, FST_LAZY, FST_TRY };
static inline int
@@ -236,8 +238,6 @@ do { \
#define vop_close_post(ap, e) \
do { \
- extern int (**dead_vnodeop_p)(void *); \
- \
/* See the definition of VN_KNOTE() in <sys/vnode.h>. */ \
if (__predict_false(VN_KEVENT_INTEREST((ap)->a_vp, \
NOTE_CLOSE_WRITE | NOTE_CLOSE) && (e) == 0)) { \
@@ -927,7 +927,6 @@ VOP_IOCTL(struct vnode *vp,
a.a_data = data;
a.a_fflag = fflag;
a.a_cred = cred;
- assert_vop_unlocked(vp, "vop_ioctl: vp");
error = vop_pre(vp, &mp, &mpsafe, FST_NO);
if (error)
return error;
diff -r 328f22d3c900 -r edf2a33f444c sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h Wed Jun 21 16:50:21 2023 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h Wed Jun 21 16:52:28 2023 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: rumpvnode_if.h,v 1.40 2022/07/18 04:32:35 thorpej Exp $ */
+/* $NetBSD: rumpvnode_if.h,v 1.40.4.1 2023/06/21 16:52:28 martin 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.84 2022/05/03 08:33:59 hannken Exp
+ * NetBSD: vnode_if.src,v 1.84.4.1 2023/06/21 16:50:21 martin Exp
* by the script:
- * NetBSD: vnode_if.sh,v 1.76 2022/07/18 04:30:30 thorpej Exp
+ * NetBSD: vnode_if.sh,v 1.77 2022/10/26 23:39:43 riastradh Exp
*/
/*
diff -r 328f22d3c900 -r edf2a33f444c sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c Wed Jun 21 16:50:21 2023 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c Wed Jun 21 16:52:28 2023 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: rumpvnode_if.c,v 1.40 2022/07/18 04:32:35 thorpej Exp $ */
+/* $NetBSD: rumpvnode_if.c,v 1.40.4.1 2023/06/21 16:52:28 martin 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.84 2022/05/03 08:33:59 hannken Exp
+ * NetBSD: vnode_if.src,v 1.84.4.1 2023/06/21 16:50:21 martin Exp
* by the script:
- * NetBSD: vnode_if.sh,v 1.76 2022/07/18 04:30:30 thorpej Exp
+ * NetBSD: vnode_if.sh,v 1.77 2022/10/26 23:39:43 riastradh Exp
*/
/*
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.40 2022/07/18 04:32:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.40.4.1 2023/06/21 16:52:28 martin Exp $");
#include <sys/param.h>
#include <sys/mount.h>
diff -r 328f22d3c900 -r edf2a33f444c sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h Wed Jun 21 16:50:21 2023 +0000
+++ b/sys/sys/vnode_if.h Wed Jun 21 16:52:28 2023 +0000
@@ -1,13 +1,13 @@
-/* $NetBSD: vnode_if.h,v 1.111 2022/07/18 04:32:35 thorpej Exp $ */
+/* $NetBSD: vnode_if.h,v 1.111.4.1 2023/06/21 16:52:28 martin 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.84 2022/05/03 08:33:59 hannken Exp
+ * NetBSD: vnode_if.src,v 1.84.4.1 2023/06/21 16:50:21 martin Exp
* by the script:
- * NetBSD: vnode_if.sh,v 1.76 2022/07/18 04:30:30 thorpej Exp
+ * NetBSD: vnode_if.sh,v 1.77 2022/10/26 23:39:43 riastradh Exp
*/
/*
Home |
Main Index |
Thread Index |
Old Index