Show
Ignore:
Timestamp:
08/22/10 20:10:19 (3 years ago)
Author:
shuangy
Message:

incorporate dist-dir-struct to the source tree. It's compilable but not runnable. still have a lot to change and add. Commit as a touch base.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Orange-Elaine-Distr-Dir-Branch/src/client/sysint/sys-remove.sm

    r8418 r8480  
    306306        sm_p->parent_ref.fs_id, 
    307307        sm_p->parent_ref.handle, 
    308         sm_p->getattr.attr.u.dir.dirent_handle[0], 
     308        sm_p->getattr.attr.u.dir.dirdata_handles[0], 
    309309        sm_p->u.remove.object_name, 
    310310        sm_p->hints); 
     
    373373 
    374374    /* TODO: Need to find the correct dirent_handle */ 
    375     gossip_debug(GOSSIP_CLIENT_DEBUG, "dirent_handle: %llu\n", 
    376         llu(attr->u.dir.dirent_handle[0])); 
     375    gossip_debug(GOSSIP_CLIENT_DEBUG, "dirdata_handle: %llu\n", 
     376        llu(attr->u.dir.dirdata_handles[0])); 
    377377  
    378378    PINT_msgpair_init(&sm_p->msgarray_op); 
     
    385385        sm_p->object_ref.handle, 
    386386        sm_p->parent_ref.handle, 
    387         attr->u.dir.dirent_handle[0], 
     387        attr->u.dir.dirdata_handles[0], 
    388388        sm_p->parent_ref.fs_id, 
    389389        sm_p->hints);