[Pvfs2-cvs] commit by mtmoore in pvfs2/src/client/sysint:
sys-small-io.sm
CVS commit program
cvs at parl.clemson.edu
Wed Jun 8 09:10:42 EDT 2011
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv24157/src/client/sysint
Modified Files:
Tag: Orange-Branch
sys-small-io.sm
Log Message:
compiler warning cleanup
Index: sys-small-io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-small-io.sm,v
diff -p -u -r1.17.10.2 -r1.17.10.3
--- sys-small-io.sm 8 Mar 2010 17:26:48 -0000 1.17.10.2
+++ sys-small-io.sm 8 Jun 2011 13:10:42 -0000 1.17.10.3
@@ -377,11 +377,11 @@ static int small_io_completion_fn(void *
*/
gossip_debug(GOSSIP_IO_DEBUG,"handle=%llu \toperation=%d \toffset=%ld "
- "\taggregate_size=%ld\n"
- ,llu(msg_p->req.u.small_io.handle)
- ,msg_p->req.u.small_io.io_type
- ,msg_p->req.u.small_io.file_req_offset
- ,msg_p->req.u.small_io.aggregate_size);
+ "\taggregate_size=%ld\n",
+ llu(msg_p->req.u.small_io.handle),
+ msg_p->req.u.small_io.io_type,
+ msg_p->req.u.small_io.file_req_offset,
+ ((long int)msg_p->req.u.small_io.aggregate_size));
/*
if ( (sm_p->u.io.io_type == PVFS_IO_READ)
More information about the Pvfs2-cvs
mailing list