Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2652 → Rev 2653

/trunk/uspace/srv/vfs/vfs_lookup.c
145,7 → 145,8
ipc_call_t answer;
int phone = vfs_grab_phone(root->fs_handle);
aid_t req = async_send_3(phone, VFS_LOOKUP, (ipcarg_t) first,
(ipcarg_t) last, (ipcarg_t) root->dev_handle, &answer);
(ipcarg_t) (first + len - 1) % PLB_SIZE,
(ipcarg_t) root->dev_handle, &answer);
vfs_release_phone(phone);
 
ipcarg_t rc;