[Pvfs2-cvs] commit by pw in pvfs2/src/common/misc: msgpairarray.sm
CVS commit program
cvs at parl.clemson.edu
Tue May 8 17:08:54 EDT 2007
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv17815/src/common/misc
Modified Files:
msgpairarray.sm
Log Message:
Avoid a bogus error message on retry-case in isys_fs_add.
Index: msgpairarray.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/msgpairarray.sm,v
diff -u -p -p -u -r1.41 -r1.42
--- msgpairarray.sm 13 Apr 2007 05:14:19 -0000 1.41
+++ msgpairarray.sm 8 May 2007 21:08:54 -0000 1.42
@@ -407,6 +407,7 @@ static PINT_sm_action msgpairarray_post_
gossip_debug(GOSSIP_MSGPAIR_DEBUG, "%s: sm %p, wait %d ms\n",
__func__, smcb, sm_p->msgarray_params.retry_delay);
+ js_p->error_code = 0; /* do not leak MSGPAIRS_RETRY through to wait */
return job_req_sched_post_timer(
sm_p->msgarray_params.retry_delay,
smcb, 0, js_p, &tmp_id,
More information about the Pvfs2-cvs
mailing list