[PVFS2-CVS] commit by slang in pvfs2/src/server: io.sm
CVS commit program
cvs at parl.clemson.edu
Thu Nov 17 18:04:46 EST 2005
Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb:/tmp/cvs-serv21766/src/server
Modified Files:
Tag: slang-sio-branch
io.sm
Log Message:
fixed a bug in flow caused by outsize being updated correctly in trove now. Also, s/transfered/transferred/.
Index: io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/io.sm,v
diff -p -u -r1.57.4.1 -r1.57.4.2
--- io.sm 11 Nov 2005 22:19:12 -0000 1.57.4.1
+++ io.sm 17 Nov 2005 23:04:45 -0000 1.57.4.2
@@ -377,7 +377,7 @@ static int io_send_completion_ack(
s_op->resp.op = PVFS_SERV_WRITE_COMPLETION; /* not IO */
s_op->resp.status = js_p->error_code;
s_op->resp.u.write_completion.total_completed =
- s_op->u.io.flow_d->total_transfered;
+ s_op->u.io.flow_d->total_transferred;
err = PINT_encode(
&s_op->resp, PINT_ENCODE_RESP, &(s_op->encoded),
More information about the PVFS2-CVS
mailing list