[PVFS2-CVS] commit by neill in pvfs2/src/kernel/linux-2.6: pvfs2-kernel.h

CVS commit program cvs at parl.clemson.edu
Tue Jul 6 11:59:05 EDT 2004


Update of /projects/cvsroot/pvfs2/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv2355/src/kernel/linux-2.6

Modified Files:
      Tag: pvfs2-nm-nb-branch
	pvfs2-kernel.h 
Log Message:
- hopefully the last of the 64 bit tags being used improperly as unsigned
  longs by the vfs/client-core


Index: pvfs2-kernel.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/kernel/linux-2.6/pvfs2-kernel.h,v
diff -p -u -r1.59.2.4 -r1.59.2.5
--- pvfs2-kernel.h	25 Jun 2004 21:09:33 -0000	1.59.2.4
+++ pvfs2-kernel.h	6 Jul 2004 14:59:05 -0000	1.59.2.5
@@ -182,7 +182,7 @@ sizeof(int64_t) + sizeof(pvfs2_downcall_
 typedef struct
 {
     int op_state;
-    unsigned long tag;
+    int64_t tag;
 
     pvfs2_upcall_t upcall;
     pvfs2_downcall_t downcall;



More information about the PVFS2-CVS mailing list