This commit is contained in:
ad 2020-01-06 11:23:31 +00:00
parent 60c2323f5d
commit d1f2c5511e
2 changed files with 4 additions and 5 deletions

View File

@ -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_

View File

@ -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 */