[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/client/sysint: client-state-machine.c client-state-machine.h

CVS commit program cvs at parl.clemson.edu
Mon Jan 28 16:16:19 EST 2008


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

Modified Files:
      Tag: small-file-branch
	client-state-machine.c client-state-machine.h 
Log Message:
backing out a few client side things


Index: client-state-machine.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/sysint/client-state-machine.c,v
diff -p -u -r1.93.2.1 -r1.93.2.2
--- client-state-machine.c	24 Jan 2008 21:34:33 -0000	1.93.2.1
+++ client-state-machine.c	28 Jan 2008 21:16:19 -0000	1.93.2.2
@@ -200,7 +200,7 @@ static inline int cancelled_io_jobs_are_
 struct PINT_client_op_entry_s PINT_client_sm_sys_table[] =
 {
     {&pvfs2_client_remove_sm},
-    {&pvfs2_client_create_stuffed_sm},
+    {&pvfs2_client_create_sm},
     {&pvfs2_client_mkdir_sm},
     {&pvfs2_client_symlink_sm},
     {&pvfs2_client_sysint_getattr_sm},

Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.173.2.1 -r1.173.2.2
--- client-state-machine.h	24 Jan 2008 21:34:33 -0000	1.173.2.1
+++ client-state-machine.h	28 Jan 2008 21:16:19 -0000	1.173.2.2
@@ -74,10 +74,10 @@ struct PINT_client_remove_sm
     int	retry_count;
 };
 
-struct PINT_client_create_stuffed_sm
+struct PINT_client_create_sm
 {
     char *object_name;                /* input parameter */
-    PVFS_sysresp_stuffed_create *create_resp; /* in/out parameter*/
+    PVFS_sysresp_create *create_resp; /* in/out parameter*/
     PVFS_sys_attr sys_attr;           /* input parameter */
 
     int retry_count;
@@ -87,6 +87,9 @@ struct PINT_client_create_stuffed_sm
     PINT_dist *dist;
     PVFS_sys_layout layout;
     PVFS_handle metafile_handle;
+    PVFS_handle *datafile_handles;
+    PVFS_BMI_addr_t *data_server_addrs;
+    PVFS_handle_extent_array *io_handle_extent_array;
     PVFS_object_attr cache_attr;
 };
 



More information about the Pvfs2-cvs mailing list