Module Name:    src
Committed By:   pooka
Date:           Tue Sep  7 17:14:19 UTC 2010

Modified Files:
        src/sys/rump/include/rump: rumpvfs_if_pub.h
        src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h rumpvfs_if_wrappers.c

Log Message:
regen: rcvp/cdir interfaces go byebye in favour of rump syscalls


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/include/rump/rumpvfs_if_pub.h
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h \
    src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c

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/rumpvfs_if_pub.h
diff -u src/sys/rump/include/rump/rumpvfs_if_pub.h:1.7 src/sys/rump/include/rump/rumpvfs_if_pub.h:1.8
--- src/sys/rump/include/rump/rumpvfs_if_pub.h:1.7	Mon Jul 19 15:30:43 2010
+++ src/sys/rump/include/rump/rumpvfs_if_pub.h	Tue Sep  7 17:14:18 2010
@@ -1,9 +1,9 @@
-/*	$NetBSD: rumpvfs_if_pub.h,v 1.7 2010/07/19 15:30:43 pooka Exp $	*/
+/*	$NetBSD: rumpvfs_if_pub.h,v 1.8 2010/09/07 17:14:18 pooka Exp $	*/
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.5 2010/07/19 15:29:44 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
 void rump_pub_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *);
@@ -35,8 +35,6 @@
 void rump_pub_vfs_syncwait(struct mount *);
 int rump_pub_vfs_getmp(const char *, struct mount **);
 void rump_pub_vfs_mount_print(const char *, int);
-void rump_pub_rcvp_set(struct vnode *, struct vnode *);
-struct vnode * rump_pub_cdir_get(void);
 int rump_pub_syspuffs_glueinit(int, int *);
 void rump_pub_vattr50_to_vattr(const struct vattr *, struct vattr *);
 void rump_pub_vattr_to_vattr50(const struct vattr *, struct vattr *);

Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h
diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.7 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.8
--- src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.7	Mon Jul 19 15:30:43 2010
+++ src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h	Tue Sep  7 17:14:19 2010
@@ -1,9 +1,9 @@
-/*	$NetBSD: rumpvfs_if_priv.h,v 1.7 2010/07/19 15:30:43 pooka Exp $	*/
+/*	$NetBSD: rumpvfs_if_priv.h,v 1.8 2010/09/07 17:14:19 pooka Exp $	*/
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.5 2010/07/19 15:29:44 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
 void rump_getvninfo(struct vnode *, enum vtype *, off_t *, dev_t *);
@@ -35,8 +35,6 @@
 void rump_vfs_syncwait(struct mount *);
 int rump_vfs_getmp(const char *, struct mount **);
 void rump_vfs_mount_print(const char *, int);
-void rump_rcvp_set(struct vnode *, struct vnode *);
-struct vnode * rump_cdir_get(void);
 int rump_syspuffs_glueinit(int, int *);
 void rump_vattr50_to_vattr(const struct vattr *, struct vattr *);
 void rump_vattr_to_vattr50(const struct vattr *, struct vattr *);
Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.7 src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.8
--- src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.7	Mon Jul 19 15:30:43 2010
+++ src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c	Tue Sep  7 17:14:19 2010
@@ -1,9 +1,9 @@
-/*	$NetBSD: rumpvfs_if_wrappers.c,v 1.7 2010/07/19 15:30:43 pooka Exp $	*/
+/*	$NetBSD: rumpvfs_if_wrappers.c,v 1.8 2010/09/07 17:14:19 pooka Exp $	*/
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.5 2010/07/19 15:29:44 pooka Exp 
- * by:   NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.6 2010/09/07 17:13:03 pooka Exp 
+ * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
 #include <sys/cdefs.h>
@@ -338,27 +338,6 @@
 	rump_unschedule();
 }
 
-void
-rump_pub_rcvp_set(struct vnode *arg1, struct vnode *arg2)
-{
-
-	rump_schedule();
-	rump_rcvp_set(arg1, arg2);
-	rump_unschedule();
-}
-
-struct vnode *
-rump_pub_cdir_get(void)
-{
-	struct vnode * rv;
-
-	rump_schedule();
-	rv = rump_cdir_get();
-	rump_unschedule();
-
-	return rv;
-}
-
 int
 rump_pub_syspuffs_glueinit(int arg1, int *arg2)
 {

Reply via email to