[Pvfs2-cvs] commit by nlmills in pvfs2/src/proto: PINT-le-bytefield.c pvfs2-req-proto.h

CVS commit program cvs at parl.clemson.edu
Sun Jun 20 16:49:34 EDT 2010


Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb1:/tmp/cvs-serv27745/src/proto

Modified Files:
      Tag: cu-security-branch
	PINT-le-bytefield.c pvfs2-req-proto.h 
Log Message:
encoding fixes


Index: PINT-le-bytefield.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/PINT-le-bytefield.c,v
diff -p -u -r1.53.2.11 -r1.53.2.12
--- PINT-le-bytefield.c	19 Jun 2010 00:02:20 -0000	1.53.2.11
+++ PINT-le-bytefield.c	20 Jun 2010 20:49:33 -0000	1.53.2.12
@@ -954,7 +954,6 @@ static void lebf_decode_rel(struct PINT_
 	    case PVFS_SERV_DELEATTR:
             case PVFS_SERV_LISTEATTR:
             case PVFS_SERV_BATCH_REMOVE:
-            case PVFS_SERV_UNSTUFF:
             case PVFS_SERV_IMM_COPIES:
               /*nothing to free*/
                   break;

Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.153.2.21 -r1.153.2.22
--- pvfs2-req-proto.h	19 Jun 2010 00:02:21 -0000	1.153.2.21
+++ pvfs2-req-proto.h	20 Jun 2010 20:49:33 -0000	1.153.2.22
@@ -335,7 +335,7 @@ endecode_fields_1a_struct(
     PVFS_servreq_batch_remove,
     PVFS_fs_id, fs_id,
     int32_t, handle_count,
-    PVFS_handle, handles)
+    PVFS_handle, handles);
 #define extra_size_PVFS_servreq_batch_remove \
   (PVFS_REQ_LIMIT_HANDLES_COUNT * sizeof(PVFS_handle))
 
@@ -603,7 +603,7 @@ struct PVFS_servresp_getattr
 };
 endecode_fields_1_struct(
     PVFS_servresp_getattr,
-    PVFS_object_attr, attr)
+    PVFS_object_attr, attr);
 #define extra_size_PVFS_servresp_getattr \
     extra_size_PVFS_object_attr
 
@@ -1139,7 +1139,7 @@ endecode_fields_5_struct(
     PVFS_fs_id, fs_id,
     skip4,,
     PVFS_size, size,
-    int32_t, flags)
+    int32_t, flags);
 #define PINT_SERVREQ_TRUNCATE_FILL(__req,  \
                                 __cap,     \
                                 __fsid,    \
@@ -1165,7 +1165,7 @@ struct PVFS_servreq_statfs
 };
 endecode_fields_1_struct(
     PVFS_servreq_statfs,
-    PVFS_fs_id, fs_id)
+    PVFS_fs_id, fs_id);
 
 #define PINT_SERVREQ_STATFS_FILL(__req, __cap, __fsid, __hints)\
 do {                                                    \
@@ -1469,7 +1469,7 @@ endecode_fields_3a_struct(
     uint32_t, attrmask, 
     skip4,,
     uint32_t, nhandles,
-    PVFS_handle, handles)
+    PVFS_handle, handles);
 #define extra_size_PVFS_servreq_listattr \
     (PVFS_REQ_LIMIT_LISTATTR * sizeof(PVFS_handle))
 



More information about the Pvfs2-cvs mailing list