- Timestamp:
- 06/29/10 12:53:16 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Elaine-Distr-Dir-Branch/src/client/sysint/sys-remove.sm
r8386 r8418 16 16 17 17 #include "client-state-machine.h" 18 #include "pint-util.h" 18 19 #include "pvfs2-debug.h" 19 20 #include "job.h" … … 299 300 msg_p = &sm_p->msgarray_op.msgpair; 300 301 302 /* TODO: Need to find the correct dirent_handle */ 301 303 PINT_SERVREQ_RMDIRENT_FILL( 302 304 msg_p->req, … … 304 306 sm_p->parent_ref.fs_id, 305 307 sm_p->parent_ref.handle, 306 sm_p->getattr.attr.u.dir.dirent_handle ,308 sm_p->getattr.attr.u.dir.dirent_handle[0], 307 309 sm_p->u.remove.object_name, 308 310 sm_p->hints); … … 370 372 assert(attr); 371 373 374 /* TODO: Need to find the correct dirent_handle */ 372 375 gossip_debug(GOSSIP_CLIENT_DEBUG, "dirent_handle: %llu\n", 373 llu(attr->u.dir.dirent_handle ));376 llu(attr->u.dir.dirent_handle[0])); 374 377 375 378 PINT_msgpair_init(&sm_p->msgarray_op); … … 382 385 sm_p->object_ref.handle, 383 386 sm_p->parent_ref.handle, 384 attr->u.dir.dirent_handle ,387 attr->u.dir.dirent_handle[0], 385 388 sm_p->parent_ref.fs_id, 386 389 sm_p->hints); … … 501 504 502 505 PINT_msgpairarray_destroy(&sm_p->msgarray_op); 506 PINT_SM_GETATTR_STATE_CLEAR(sm_p->getattr); 503 507 504 508 PINT_SET_OP_COMPLETE;
