Subversion Repositories HelenOS

Rev

Rev 2625 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2625 Rev 2635
Line 94... Line 94...
94
    /*
94
    /*
95
     * Forward the address space area offer to the destination FS server.
95
     * Forward the address space area offer to the destination FS server.
96
     * The call will be routed as if sent by ourselves.
96
     * The call will be routed as if sent by ourselves.
97
     */
97
     */
98
    ipc_forward_fast(callid, fs_phone, IPC_GET_METHOD(call),
98
    ipc_forward_fast(callid, fs_phone, IPC_GET_METHOD(call),
99
        IPC_GET_ARG1(call), IPC_FF_ROUTE_FROM_ME);
99
        IPC_GET_ARG1(call), 0, IPC_FF_ROUTE_FROM_ME);
100
 
100
 
101
    vfs_release_phone(fs_phone);
101
    vfs_release_phone(fs_phone);
102
 
102
 
103
    /*
103
    /*
104
     * Wait for reply from the FS server.
104
     * Wait for reply from the FS server.