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

CVS commit program cvs at parl.clemson.edu
Fri Feb 29 17:13:12 EST 2008


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

Modified Files:
      Tag: small-file-branch
	pvfs2-req-proto.h 
Log Message:
fill in the num_dfiles_req field in create requests, was previously being
set to zero


Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.151.6.8 -r1.151.6.9
--- pvfs2-req-proto.h	29 Feb 2008 20:27:06 -0000	1.151.6.8
+++ pvfs2-req-proto.h	29 Feb 2008 22:13:12 -0000	1.151.6.9
@@ -186,6 +186,7 @@ endecode_fields_7_struct(
                                  __md_ext_array,                           \
                                  __df_ext_array,                           \
                                  __attr,                                   \
+                                 __num_dfiles_req,                         \
                                  __layout)                                 \
 do {                                                                       \
     int mask;                                                              \
@@ -193,6 +194,7 @@ do {                                    
     (__req).op = PVFS_SERV_CREATE;                                         \
     (__req).credentials = (__creds);                                       \
     (__req).u.create.fs_id = (__fsid);                                     \
+    (__req).u.create.num_dfiles_req = (__num_dfiles_req);                  \
     (__attr).objtype = PVFS_TYPE_METAFILE;                                 \
     mask = (__attr).mask;                                                  \
     (__attr).mask = PVFS_ATTR_COMMON_ALL;                                  \



More information about the Pvfs2-cvs mailing list