Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2634 → Rev 2635

/trunk/uspace/srv/vfs/vfs_read.c
96,7 → 96,7
* The call will be routed as if sent by ourselves.
*/
ipc_forward_fast(callid, fs_phone, IPC_GET_METHOD(call),
IPC_GET_ARG1(call), IPC_FF_ROUTE_FROM_ME);
IPC_GET_ARG1(call), 0, IPC_FF_ROUTE_FROM_ME);
 
vfs_release_phone(fs_phone);