Changeset 4ada6d5 in mainline for uspace/srv/vfs
- Timestamp:
 - 2007-12-19T16:51:22Z (18 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 338c943
 - Parents:
 - a806bd61
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/srv/vfs/vfs_lookup.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/srv/vfs/vfs_lookup.c
ra806bd61 r4ada6d5 146 146 int phone = vfs_grab_phone(root->fs_handle); 147 147 aid_t req = async_send_3(phone, VFS_LOOKUP, (ipcarg_t) first, 148 (ipcarg_t) last, (ipcarg_t) root->dev_handle, &answer); 148 (ipcarg_t) (first + len - 1) % PLB_SIZE, 149 (ipcarg_t) root->dev_handle, &answer); 149 150 vfs_release_phone(phone); 150 151  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  