[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/client/sysint: sys-create.sm

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


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

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


Index: sys-create.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/sysint/sys-create.sm,v
diff -p -u -r1.114.2.4 -r1.114.2.5
--- sys-create.sm	28 Feb 2008 21:41:15 -0000	1.114.2.4
+++ sys-create.sm	29 Feb 2008 22:13:11 -0000	1.114.2.5
@@ -478,6 +478,7 @@ static PINT_sm_action create_create_setu
         meta_handle_extent_array,
         data_handle_extent_array,
         sm_p->u.create.attr,
+        sm_p->u.create.num_data_files,
         sm_p->u.create.layout);
 
     msg_p->fs_id = sm_p->object_ref.fs_id;



More information about the Pvfs2-cvs mailing list