Changeset 8868
- Timestamp:
- 06/08/11 09:10:42 (2 years ago)
- Location:
- branches/Orange-Branch/src
- Files:
-
- 2 modified
-
client/sysint/sys-small-io.sm (modified) (1 diff)
-
server/pvfs2-server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/src/client/sysint/sys-small-io.sm
r8251 r8868 378 378 379 379 gossip_debug(GOSSIP_IO_DEBUG,"handle=%llu \toperation=%d \toffset=%ld " 380 "\taggregate_size=%ld\n"381 ,llu(msg_p->req.u.small_io.handle)382 ,msg_p->req.u.small_io.io_type383 ,msg_p->req.u.small_io.file_req_offset384 ,msg_p->req.u.small_io.aggregate_size);380 "\taggregate_size=%ld\n", 381 llu(msg_p->req.u.small_io.handle), 382 msg_p->req.u.small_io.io_type, 383 msg_p->req.u.small_io.file_req_offset, 384 ((long int)msg_p->req.u.small_io.aggregate_size)); 385 385 386 386 /* -
branches/Orange-Branch/src/server/pvfs2-server.c
r8867 r8868 2457 2457 "%s, type: %u, fs_id: %llu, handle: %llu\n", 2458 2458 __func__, host, t, 2459 llu(cur_fs->coll_id),2459 (long long unsigned int)cur_fs->coll_id, 2460 2460 llu(pool_handle)); 2461 2461 ret = precreate_pool_setup_server(host, t,
