diff --git a/sys/rump/include/rump/rump_namei.h b/sys/rump/include/rump/rump_namei.h index 969f602bbfdf..87e1a3ab6184 100644 --- a/sys/rump/include/rump/rump_namei.h +++ b/sys/rump/include/rump/rump_namei.h @@ -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 --git a/sys/sys/namei.h b/sys/sys/namei.h index 3edb2ad6a464..2d0b2a0a4dc8 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -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 nameidata { */ 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 */