Module Name: src
Committed By: dholland
Date: Sun Sep 27 17:24:32 UTC 2009
Modified Files:
src/sys/rump/include/rump: rump_namei.h
src/sys/sys: namei.h
Log Message:
regen again (forgot both patches touched namei.h)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/include/rump/rump_namei.h
cvs rdiff -u -r1.66 -r1.67 src/sys/sys/namei.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rump_namei.h
diff -u src/sys/rump/include/rump/rump_namei.h:1.5 src/sys/rump/include/rump/rump_namei.h:1.6
--- src/sys/rump/include/rump/rump_namei.h:1.5 Sun Sep 27 17:21:22 2009
+++ src/sys/rump/include/rump/rump_namei.h Sun Sep 27 17:24:32 2009
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.5 2009/09/27 17:21:22 dholland Exp $ */
+/* $NetBSD: rump_namei.h,v 1.6 2009/09/27 17:24:32 dholland Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp
- * from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp
+ * from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
Index: src/sys/sys/namei.h
diff -u src/sys/sys/namei.h:1.66 src/sys/sys/namei.h:1.67
--- src/sys/sys/namei.h:1.66 Sun Sep 27 17:21:22 2009
+++ src/sys/sys/namei.h Sun Sep 27 17:24:31 2009
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.66 2009/09/27 17:21:22 dholland Exp $ */
+/* $NetBSD: namei.h,v 1.67 2009/09/27 17:24:31 dholland Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp
- * from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp
+ * from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp
*/
/*
@@ -236,7 +236,7 @@
int namei(struct nameidata *);
uint32_t namei_hash(const char *, const char **);
-int lookup_for_nfsd(struct nameidata *);
+int lookup_for_nfsd(struct nameidata *, struct vnode *, int neverfollow);
int lookup_for_nfsd_index(struct nameidata *);
int relookup(struct vnode *, struct vnode **, struct componentname *);
void cache_purge1(struct vnode *, const struct componentname *, int);