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

CVS commit program cvs at parl.clemson.edu
Thu Jan 24 16:34:33 EST 2008


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

Modified Files:
      Tag: small-file-branch
	client-state-machine.c client-state-machine.h 
Log Message:
inode stuffing operation.  also added a keyval_remove_list.


Index: client-state-machine.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.c,v
diff -p -u -r1.93 -r1.93.2.1
--- client-state-machine.c	16 Jan 2008 23:57:36 -0000	1.93
+++ client-state-machine.c	24 Jan 2008 21:34:33 -0000	1.93.2.1
@@ -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_sm},
+    {&pvfs2_client_create_stuffed_sm},
     {&pvfs2_client_mkdir_sm},
     {&pvfs2_client_symlink_sm},
     {&pvfs2_client_sysint_getattr_sm},

Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.173 -r1.173.2.1
--- client-state-machine.h	8 Jan 2008 18:38:00 -0000	1.173
+++ client-state-machine.h	24 Jan 2008 21:34:33 -0000	1.173.2.1
@@ -74,10 +74,10 @@ struct PINT_client_remove_sm
     int	retry_count;
 };
 
-struct PINT_client_create_sm
+struct PINT_client_create_stuffed_sm
 {
     char *object_name;                /* input parameter */
-    PVFS_sysresp_create *create_resp; /* in/out parameter*/
+    PVFS_sysresp_stuffed_create *create_resp; /* in/out parameter*/
     PVFS_sys_attr sys_attr;           /* input parameter */
 
     int retry_count;
@@ -87,9 +87,6 @@ struct PINT_client_create_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