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/b56125aba1e9
branches: trunk
changeset: 968202:b56125aba1e9
user: ad <ad%NetBSD.org@localhost>
date: Mon Jan 06 11:23:31 2020 +0000
description:
Regen.
diffstat:
sys/rump/include/rump/rump_namei.h | 4 ++--
sys/sys/namei.h | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 37e57e0b8608 -r b56125aba1e9 sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h Mon Jan 06 11:22:33 2020 +0000
+++ b/sys/rump/include/rump/rump_namei.h Mon Jan 06 11:23:31 2020 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.36 2019/12/01 18:32:07 ad Exp $ */
+/* $NetBSD: rump_namei.h,v 1.37 2020/01/06 11:23:31 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.46 2019/12/01 18:31:19 ad Exp
+ * from: NetBSD: namei.src,v 1.47 2020/01/06 11:22:33 ad Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
diff -r 37e57e0b8608 -r b56125aba1e9 sys/sys/namei.h
--- a/sys/sys/namei.h Mon Jan 06 11:22:33 2020 +0000
+++ b/sys/sys/namei.h Mon Jan 06 11:23:31 2020 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.102 2019/12/01 18:32:07 ad Exp $ */
+/* $NetBSD: namei.h,v 1.103 2020/01/06 11:23:31 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.46 2019/12/01 18:31:19 ad Exp
+ * from: NetBSD: namei.src,v 1.47 2020/01/06 11:22:33 ad Exp
*/
/*
@@ -218,7 +218,6 @@
*/
struct namecache {
LIST_ENTRY(namecache) nc_hash; /* L/C hash chain */
- LIST_ENTRY(namecache) nc_vhash; /* L directory hash chain */
TAILQ_ENTRY(namecache) nc_lru; /* L pseudo-lru chain */
LIST_ENTRY(namecache) nc_dvlist;/* L dvp's list of cache entries */
LIST_ENTRY(namecache) nc_vlist; /* L vp's list of cache entries */
Home |
Main Index |
Thread Index |
Old Index