Module Name:    src
Committed By:   pooka
Date:           Wed Jul 17 21:21:34 UTC 2013

Modified Files:
        src/sys/kern: vnode_if.c
        src/sys/rump/include/rump: rumpvnode_if.h
        src/sys/rump/librump/rumpvfs: rumpvnode_if.c
        src/sys/sys: vnode_if.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/kern/vnode_if.c
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/rump/rumpvnode_if.h
cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpvfs/rumpvnode_if.c
cvs rdiff -u -r1.83 -r1.84 src/sys/sys/vnode_if.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/kern/vnode_if.c
diff -u src/sys/kern/vnode_if.c:1.88 src/sys/kern/vnode_if.c:1.89
--- src/sys/kern/vnode_if.c:1.88	Mon Jul 11 08:27:38 2011
+++ src/sys/kern/vnode_if.c	Wed Jul 17 21:21:34 2013
@@ -1,13 +1,13 @@
-/*	$NetBSD: vnode_if.c,v 1.88 2011/07/11 08:27:38 hannken Exp $	*/
+/*	$NetBSD: vnode_if.c,v 1.89 2013/07/17 21:21:34 pooka Exp $	*/
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *	NetBSD: vnode_if.src,v 1.62 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *	NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.88 2011/07/11 08:27:38 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.89 2013/07/17 21:21:34 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>

Index: src/sys/rump/include/rump/rumpvnode_if.h
diff -u src/sys/rump/include/rump/rumpvnode_if.h:1.12 src/sys/rump/include/rump/rumpvnode_if.h:1.13
--- src/sys/rump/include/rump/rumpvnode_if.h:1.12	Mon Aug  8 12:17:28 2011
+++ src/sys/rump/include/rump/rumpvnode_if.h	Wed Jul 17 21:21:34 2013
@@ -1,13 +1,13 @@
-/*	$NetBSD: rumpvnode_if.h,v 1.12 2011/08/08 12:17:28 manu Exp $	*/
+/*	$NetBSD: rumpvnode_if.h,v 1.13 2013/07/17 21:21:34 pooka Exp $	*/
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *	NetBSD: vnode_if.src,v 1.62 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *	NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -89,7 +89,7 @@ int RUMP_VOP_INACTIVE(struct vnode *, bo
 int RUMP_VOP_RECLAIM(struct vnode *);
 int RUMP_VOP_LOCK(struct vnode *, int);
 int RUMP_VOP_UNLOCK(struct vnode *);
-int RUMP_VOP_BMAP(struct vnode *, daddr_t, struct vnode **, daddr_t *, int *);
+int RUMP_VOP_BMAP(struct vnode *, int64_t, struct vnode **, int64_t *, int *);
 int RUMP_VOP_STRATEGY(struct vnode *, struct buf *);
 int RUMP_VOP_PRINT(struct vnode *);
 int RUMP_VOP_ISLOCKED(struct vnode *);

Index: src/sys/rump/librump/rumpvfs/rumpvnode_if.c
diff -u src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.11 src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.12
--- src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.11	Mon Aug  8 12:17:28 2011
+++ src/sys/rump/librump/rumpvfs/rumpvnode_if.c	Wed Jul 17 21:21:34 2013
@@ -1,13 +1,13 @@
-/*	$NetBSD: rumpvnode_if.c,v 1.11 2011/08/08 12:17:28 manu Exp $	*/
+/*	$NetBSD: rumpvnode_if.c,v 1.12 2013/07/17 21:21:34 pooka Exp $	*/
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *	NetBSD: vnode_if.src,v 1.62 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *	NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.11 2011/08/08 12:17:28 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.12 2013/07/17 21:21:34 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -509,9 +509,9 @@ RUMP_VOP_UNLOCK(struct vnode *vp)
 
 int
 RUMP_VOP_BMAP(struct vnode *vp,
-    daddr_t bn,
+    int64_t bn,
     struct vnode **vpp,
-    daddr_t *bnp,
+    int64_t *bnp,
     int *runp)
 {
 	int error;

Index: src/sys/sys/vnode_if.h
diff -u src/sys/sys/vnode_if.h:1.83 src/sys/sys/vnode_if.h:1.84
--- src/sys/sys/vnode_if.h:1.83	Mon Aug  8 12:17:27 2011
+++ src/sys/sys/vnode_if.h	Wed Jul 17 21:21:34 2013
@@ -1,13 +1,13 @@
-/*	$NetBSD: vnode_if.h,v 1.83 2011/08/08 12:17:27 manu Exp $	*/
+/*	$NetBSD: vnode_if.h,v 1.84 2013/07/17 21:21:34 pooka Exp $	*/
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
  * (Modifications made here may easily be lost!)
  *
  * Created from the file:
- *	NetBSD: vnode_if.src,v 1.62 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *	NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *	NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*

Reply via email to