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

CVS commit program cvs at parl.clemson.edu
Tue Apr 1 12:04:20 EST 2008


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

Modified Files:
      Tag: cu-sandbox-branch
	sys-create-file.sm 
Log Message:
Updating client side of create_file.



Index: sys-create-file.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/Attic/sys-create-file.sm,v
diff -p -u -r1.1.2.3 -r1.1.2.4
--- sys-create-file.sm	11 Mar 2008 18:11:18 -0000	1.1.2.3
+++ sys-create-file.sm	1 Apr 2008 17:04:20 -0000	1.1.2.4
@@ -395,7 +395,12 @@ static PINT_sm_action create_file_setup_
         msg_p->req,
         *sm_p->cred_p,
         sm_p->object_ref.fs_id,
-        PVFS_TYPE_METAFILE,
+        sm_p->parent_ref.handle,
+        sm_p->u.create_file.object_name,
+        sm_p->u.create_file.attr,
+        PVFS_ATTR_META_ALL /*sm_p->u.create_file.sys_attr*/,
+        sm_p->u.create_file.dist,
+        sm_p->u.create_file.num_data_files,
         meta_handle_extent_array);
 
     msg_p->fs_id = sm_p->object_ref.fs_id;



More information about the Pvfs2-cvs mailing list