Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Regen.



details:   https://anonhg.NetBSD.org/src/rev/f97979a29d6e
branches:  trunk
changeset: 933782:f97979a29d6e
user:      ad <ad%NetBSD.org@localhost>
date:      Sat May 30 20:16:34 2020 +0000

description:
Regen.

diffstat:

 sys/rump/include/rump/rump_namei.h |  4 ++--
 sys/sys/namei.h                    |  7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 4bd4d35483fb -r f97979a29d6e sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h        Sat May 30 20:16:14 2020 +0000
+++ b/sys/rump/include/rump/rump_namei.h        Sat May 30 20:16:34 2020 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: rump_namei.h,v 1.45 2020/05/27 02:04:38 rin Exp $      */
+/*     $NetBSD: rump_namei.h,v 1.46 2020/05/30 20:16:34 ad Exp $       */
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.57 2020/05/27 02:03:30 rin Exp 
+ *   from: NetBSD: namei.src,v 1.58 2020/05/30 20:16:14 ad Exp 
  */
 
 #ifndef _RUMP_RUMP_NAMEI_H_
diff -r 4bd4d35483fb -r f97979a29d6e sys/sys/namei.h
--- a/sys/sys/namei.h   Sat May 30 20:16:14 2020 +0000
+++ b/sys/sys/namei.h   Sat May 30 20:16:34 2020 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: namei.h,v 1.112 2020/05/27 02:04:37 rin Exp $  */
+/*     $NetBSD: namei.h,v 1.113 2020/05/30 20:16:34 ad Exp $   */
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.57 2020/05/27 02:03:30 rin Exp 
+ *   from: NetBSD: namei.src,v 1.58 2020/05/30 20:16:14 ad Exp 
  */
 
 /*
@@ -308,6 +308,9 @@
 void   cache_vnode_init(struct vnode * );
 void   cache_vnode_fini(struct vnode * );
 void   cache_cpu_init(struct cpu_info *);
+void   cache_enter_mount(struct vnode *, struct vnode *);
+bool   cache_cross_mount(struct vnode **, krwlock_t **);
+bool   cache_lookup_mount(struct vnode *, struct vnode **);
 
 void   nchinit(void);
 void   namecache_count_pass2(void);



Home | Main Index | Thread Index | Old Index