[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/proto: pvfs2-req-proto.h

CVS commit program cvs at parl.clemson.edu
Tue May 20 16:41:35 EDT 2008


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

Modified Files:
      Tag: small-file-branch
	pvfs2-req-proto.h 
Log Message:
account for extra size possibly needed in create request to account for
layout information


Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.151.6.12 -r1.151.6.13
--- pvfs2-req-proto.h	8 Apr 2008 15:52:39 -0000	1.151.6.12
+++ pvfs2-req-proto.h	20 May 2008 20:41:35 -0000	1.151.6.13
@@ -167,7 +167,7 @@ endecode_fields_5_struct(
     PVFS_sys_layout, layout)
 
 #define extra_size_PVFS_servreq_create \
-    (extra_size_PVFS_object_attr)
+    (extra_size_PVFS_object_attr + extra_size_PVFS_sys_layout)
 
 #define PINT_SERVREQ_CREATE_FILL(__req,                                    \
                                  __creds,                                  \



More information about the Pvfs2-cvs mailing list