Module Name: src
Committed By: christos
Date: Mon Jul 1 00:58:43 UTC 2024
Modified Files:
src/sys/rump/include/rump: rump_namei.h
src/sys/sys: namei.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/rump/include/rump/rump_namei.h
cvs rdiff -u -r1.119 -r1.120 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.52 src/sys/rump/include/rump/rump_namei.h:1.53
--- src/sys/rump/include/rump/rump_namei.h:1.52 Sat Sep 23 14:21:43 2023
+++ src/sys/rump/include/rump/rump_namei.h Sun Jun 30 20:58:43 2024
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.52 2023/09/23 18:21:43 ad Exp $ */
+/* $NetBSD: rump_namei.h,v 1.53 2024/07/01 00:58:43 christos 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.64 2023/09/23 18:21:12 ad Exp
+ * from: NetBSD: namei.src,v 1.65 2024/07/01 00:58:05 christos Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
Index: src/sys/sys/namei.h
diff -u src/sys/sys/namei.h:1.119 src/sys/sys/namei.h:1.120
--- src/sys/sys/namei.h:1.119 Sat Sep 23 14:21:43 2023
+++ src/sys/sys/namei.h Sun Jun 30 20:58:43 2024
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.119 2023/09/23 18:21:43 ad Exp $ */
+/* $NetBSD: namei.h,v 1.120 2024/07/01 00:58:43 christos 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.64 2023/09/23 18:21:12 ad Exp
+ * from: NetBSD: namei.src,v 1.65 2024/07/01 00:58:05 christos Exp
*/
/*
@@ -280,7 +280,7 @@ extern const namei_simple_flags_t
*
* namei_simple_kernel takes a kernel-space path as the first argument.
* namei_simple_user takes a user-space path as the first argument.
- * The nameiat_simple_* variants handle relative path using the given
+ * The nameiat_simple* variants handle relative path using the given
* directory vnode instead of current directory.
*
* A namei call can be converted to namei_simple_* if:
@@ -291,6 +291,8 @@ extern const namei_simple_flags_t
*/
int namei_simple_kernel(const char *, namei_simple_flags_t, struct vnode **);
int namei_simple_user(const char *, namei_simple_flags_t, struct vnode **);
+int nameiat_simple(struct vnode *, struct pathbuf *, namei_simple_flags_t,
+ struct vnode **);
int nameiat_simple_kernel(struct vnode *, const char *, namei_simple_flags_t,
struct vnode **);
int nameiat_simple_user(struct vnode *, const char *, namei_simple_flags_t,