Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump regen: checksavecn is gone



details:   https://anonhg.NetBSD.org/src/rev/5be611cfe784
branches:  trunk
changeset: 759158:5be611cfe784
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 30 16:27:30 2010 +0000

description:
regen: checksavecn is gone

diffstat:

 sys/rump/include/rump/rumpvfs_if_pub.h         |   5 ++---
 sys/rump/librump/rumpvfs/rumpvfs_if_priv.h     |   5 ++---
 sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c |  16 ++--------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (77 lines):

diff -r 4c56095c76f8 -r 5be611cfe784 sys/rump/include/rump/rumpvfs_if_pub.h
--- a/sys/rump/include/rump/rumpvfs_if_pub.h    Tue Nov 30 16:16:33 2010 +0000
+++ b/sys/rump/include/rump/rumpvfs_if_pub.h    Tue Nov 30 16:27:30 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpvfs_if_pub.h,v 1.8 2010/09/07 17:14:18 pooka Exp $ */
+/*     $NetBSD: rumpvfs_if_pub.h,v 1.9 2010/11/30 16:27:30 pooka Exp $ */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.7 2010/11/30 15:41:35 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -22,7 +22,6 @@
 int rump_pub_etfs_register_withsize(const char *, const char *, enum rump_etfs_type, uint64_t, uint64_t);
 int rump_pub_etfs_remove(const char *);
 void rump_pub_freecn(struct componentname *, int);
-int rump_pub_checksavecn(struct componentname *);
 int rump_pub_namei(uint32_t, uint32_t, const char *, struct vnode **, struct vnode **, struct componentname **);
 struct componentname * rump_pub_makecn(u_long, u_long, const char *, size_t, struct kauth_cred *, struct lwp *);
 int rump_pub_vfs_unmount(struct mount *, int);
diff -r 4c56095c76f8 -r 5be611cfe784 sys/rump/librump/rumpvfs/rumpvfs_if_priv.h
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h        Tue Nov 30 16:16:33 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h        Tue Nov 30 16:27:30 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpvfs_if_priv.h,v 1.8 2010/09/07 17:14:19 pooka Exp $        */
+/*     $NetBSD: rumpvfs_if_priv.h,v 1.9 2010/11/30 16:27:31 pooka Exp $        */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.7 2010/11/30 15:41:35 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -22,7 +22,6 @@
 int rump_etfs_register_withsize(const char *, const char *, enum rump_etfs_type, uint64_t, uint64_t);
 int rump_etfs_remove(const char *);
 void rump_freecn(struct componentname *, int);
-int rump_checksavecn(struct componentname *);
 int rump_namei(uint32_t, uint32_t, const char *, struct vnode **, struct vnode **, struct componentname **);
 struct componentname * rump_makecn(u_long, u_long, const char *, size_t, struct kauth_cred *, struct lwp *);
 int rump_vfs_unmount(struct mount *, int);
diff -r 4c56095c76f8 -r 5be611cfe784 sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c    Tue Nov 30 16:16:33 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c    Tue Nov 30 16:27:30 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpvfs_if_wrappers.c,v 1.8 2010/09/07 17:14:19 pooka Exp $    */
+/*     $NetBSD: rumpvfs_if_wrappers.c,v 1.9 2010/11/30 16:27:31 pooka Exp $    */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.7 2010/11/30 15:41:35 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -189,18 +189,6 @@
 }
 
 int
-rump_pub_checksavecn(struct componentname *arg1)
-{
-       int rv;
-
-       rump_schedule();
-       rv = rump_checksavecn(arg1);
-       rump_unschedule();
-
-       return rv;
-}
-
-int
 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6)
 {
        int rv;



Home | Main Index | Thread Index | Old Index