Changeset 8397 for branches/cu-security-branch/src/server/small-io.sm
- Timestamp:
- 06/18/10 20:02:50 (3 years ago)
- Location:
- branches/cu-security-branch
- Files:
-
- 3 modified
-
. (modified) (1 prop)
-
src/server (modified) (1 prop)
-
src/server/small-io.sm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch
- Property svn:ignore
-
old new 3 3 aclocal.m4 4 4 autom4te.cache 5 config.status6 Makefile7 pvfs2-config.h8 module.mk
-
- Property svn:ignore
-
branches/cu-security-branch/src/server
- Property svn:ignore deleted
-
branches/cu-security-branch/src/server/small-io.sm
r7941 r8397 61 61 struct PINT_smcb *smcb, job_status_s *js_p) 62 62 { 63 gossip_debug(GOSSIP_IO_DEBUG,"Executing small_io_start_job...\n"); 64 63 65 struct PINT_server_op *s_op = PINT_sm_frame(smcb, PINT_FRAME_CURRENT); 64 66 int ret; … … 181 183 182 184 s_op->u.small_io.result_bytes = result.bytes; 185 186 gossip_debug(GOSSIP_IO_DEBUG,"\tsubmitting job_trove_bstream_read_list for handle %llu\n" 187 ,llu(s_op->req->u.small_io.handle)); 183 188 ret = job_trove_bstream_read_list( 184 189 s_op->req->u.small_io.fs_id,
