[Pvfs2-cvs] commit by walt in pvfs2-1/include: pvfs2-sysint.h

CVS commit program cvs at parl.clemson.edu
Fri Aug 14 17:13:31 EDT 2009


Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb1:/tmp/cvs-serv31068/include

Modified Files:
      Tag: Orange-Branch
	pvfs2-sysint.h 
Log Message:
merged Orange with Blue - first merging


Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-sysint.h,v
diff -p -u -r1.78 -r1.78.10.1
--- pvfs2-sysint.h	20 Nov 2008 01:16:43 -0000	1.78
+++ pvfs2-sysint.h	14 Aug 2009 21:13:31 -0000	1.78.10.1
@@ -454,11 +454,11 @@ PVFS_error PVFS_isys_io(
     PVFS_hint hints,
     void *user_ptr);
 
-#define PVFS_isys_read(x1,x2,x3,x4,x5,x6,y,x7,x8) \
-PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_READ,x7,x8)
+#define PVFS_isys_read(x1,x2,x3,x4,x5,x6,y,x7,x8,x9) \
+PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_READ,x7,x8,x9)
 
-#define PVFS_isys_write(x1,x2,x3,x4,x5,x6,y,x7,x8) \
-PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_WRITE,x7,x8)
+#define PVFS_isys_write(x1,x2,x3,x4,x5,x6,y,x7,x8,x9) \
+PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_WRITE,x7,x8,x9)
 
 PVFS_error PVFS_sys_io(
     PVFS_object_ref ref,



More information about the Pvfs2-cvs mailing list