Module Name: src Committed By: pooka Date: Wed May 26 21:51:59 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: rump_vfs_mount_print To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/include/rump/rumpvfs_if_pub.h cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/rump/include/rump/rumpvfs_if_pub.h:1.6 --- src/sys/rump/include/rump/rumpvfs_if_pub.h:1.5 Thu May 20 15:47:45 2010 +++ src/sys/rump/include/rump/rumpvfs_if_pub.h Wed May 26 21:51:58 2010 @@ -1,8 +1,8 @@ -/* $NetBSD: rumpvfs_if_pub.h,v 1.5 2010/05/20 15:47:45 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_pub.h,v 1.6 2010/05/26 21:51:58 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. - * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp + * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ @@ -34,6 +34,7 @@ int rump_pub_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *); 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 *); Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.5 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.6 --- src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.5 Thu May 20 15:58:09 2010 +++ src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h Wed May 26 21:51:58 2010 @@ -1,8 +1,8 @@ -/* $NetBSD: rumpvfs_if_priv.h,v 1.5 2010/05/20 15:58:09 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_priv.h,v 1.6 2010/05/26 21:51:58 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. - * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp + * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ @@ -34,6 +34,7 @@ int rump_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *); 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 *); Index: src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.5 src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.6 --- src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c:1.5 Thu May 20 15:47:45 2010 +++ src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Wed May 26 21:51:59 2010 @@ -1,8 +1,8 @@ -/* $NetBSD: rumpvfs_if_wrappers.c,v 1.5 2010/05/20 15:47:45 pooka Exp $ */ +/* $NetBSD: rumpvfs_if_wrappers.c,v 1.6 2010/05/26 21:51:59 pooka Exp $ */ /* * Automatically generated. DO NOT EDIT. - * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp + * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp */ @@ -330,6 +330,15 @@ } void +rump_pub_vfs_mount_print(const char *arg1, int arg2) +{ + + rump_schedule(); + rump_vfs_mount_print(arg1, arg2); + rump_unschedule(); +} + +void rump_pub_rcvp_set(struct vnode *arg1, struct vnode *arg2) {