[Pvfs2-cvs] commit by slang in pvfs2/src/client/sysint:
mgmt-noop.sm mgmt-setparam-list.sm server-get-config.sm
sys-create.sm sys-get-eattr.sm sys-getattr.sm
CVS commit program
cvs at parl.clemson.edu
Thu May 22 00:17:01 EDT 2008
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv9504/src/client/sysint
Modified Files:
Tag: he-branch
mgmt-noop.sm mgmt-setparam-list.sm server-get-config.sm
sys-create.sm sys-get-eattr.sm sys-getattr.sm
Log Message:
I've got nothing at this point.
Index: mgmt-noop.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-noop.sm,v
diff -p -u -r1.33.10.2 -r1.33.10.3
--- mgmt-noop.sm 21 May 2008 18:55:03 -0000 1.33.10.2
+++ mgmt-noop.sm 22 May 2008 04:17:00 -0000 1.33.10.3
@@ -134,7 +134,7 @@ static PINT_sm_action mgmt_noop_setup_ms
gossip_debug(GOSSIP_CLIENT_DEBUG,
"noop state: mgmt_noop_setup_msgpair\n");
- PINT_SERVREQ_MGMT_NOOP_FILL(sm_p->msgarray_op.msgpair.req, *sm_p->cred_p);
+ PINT_SERVREQ_MGMT_NOOP_FILL(sm_p->msgarray_op.msgpair.req, *sm_p->cred_p, sm_p->hints);
PINT_sm_push_frame(smcb, 0, &sm_p->msgarray_op);
js_p->error_code = 0;
Index: mgmt-setparam-list.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-setparam-list.sm,v
diff -p -u -r1.36.10.2 -r1.36.10.3
--- mgmt-setparam-list.sm 21 May 2008 18:55:03 -0000 1.36.10.2
+++ mgmt-setparam-list.sm 22 May 2008 04:17:00 -0000 1.36.10.3
@@ -282,13 +282,7 @@ static int collect_old_values_comp_fn(
PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_MSGPAIR_PARENT_SM);
int j;
- if ((sm_p->msgarray_op.msgarray[i].op_status == 0) &&
- (sm_p->u.setparam_list.old_value_array))
- {
- sm_p->u.setparam_list.old_value_array[i] =
- resp_p->u.mgmt_setparam.old_value;
- }
-
+
/* if this is the last response, check all of the status values
* and return error code if any requests failed
*/
Index: server-get-config.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/server-get-config.sm,v
diff -p -u -r1.31.4.2 -r1.31.4.3
--- server-get-config.sm 21 May 2008 18:55:03 -0000 1.31.4.2
+++ server-get-config.sm 22 May 2008 04:17:00 -0000 1.31.4.3
@@ -503,7 +503,7 @@ static PINT_sm_action server_fetch_confi
foreach_msgpair(&sm_p->msgarray_op, msg_p, i)
{
sm_p->msgarray_op.msgarray[i].enc_type = sm_p->msgarray_op.msgpair.enc_type;
- PINT_SERVREQ_GETCONFIG_FILL(msg_p->req, *sm_p->cred_p);
+ PINT_SERVREQ_GETCONFIG_FILL(msg_p->req, *sm_p->cred_p, sm_p->hints);
msg_p->fs_id = PVFS_FS_ID_NULL;
msg_p->handle = PVFS_HANDLE_NULL;
Index: sys-create.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-create.sm,v
diff -p -u -r1.115.4.2 -r1.115.4.3
--- sys-create.sm 21 May 2008 18:55:03 -0000 1.115.4.2
+++ sys-create.sm 22 May 2008 04:17:00 -0000 1.115.4.3
@@ -608,6 +608,7 @@ static PINT_sm_action create_datafiles_s
struct PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
int ret = -PVFS_EINVAL, i = 0;
PINT_sm_msgpair_state *msg_p;
+ int server_type;
gossip_debug(GOSSIP_CLIENT_DEBUG, "create state: "
"datafiles_setup_msgpair_array\n");
Index: sys-get-eattr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-get-eattr.sm,v
diff -p -u -r1.12.10.2 -r1.12.10.3
--- sys-get-eattr.sm 21 May 2008 18:55:03 -0000 1.12.10.2
+++ sys-get-eattr.sm 22 May 2008 04:17:00 -0000 1.12.10.3
@@ -180,7 +180,8 @@ static PINT_sm_action get_eattr_setup_ms
sm_p->object_ref.handle,
sm_p->u.geteattr.nkey,
sm_p->u.geteattr.key_array,
- sm_p->u.geteattr.size_array);
+ sm_p->u.geteattr.size_array,
+ sm_p->hints);
msg_p->fs_id = sm_p->object_ref.fs_id;
msg_p->handle = sm_p->object_ref.handle;
Index: sys-getattr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-getattr.sm,v
diff -p -u -r1.110.6.2 -r1.110.6.3
--- sys-getattr.sm 21 May 2008 18:55:03 -0000 1.110.6.2
+++ sys-getattr.sm 22 May 2008 04:17:00 -0000 1.110.6.3
@@ -672,7 +672,7 @@ static PINT_sm_action getattr_datafile_g
msg_p->req,
*sm_p->cred_p,
sm_p->getattr.object_ref.fs_id,
- attr->u.meta.dfile_array[i],
+ attr->u.meta.dfile_array[index],
PVFS_ATTR_DATA_SIZE,
sm_p->hints);
More information about the Pvfs2-cvs
mailing list