Subversion Repositories HelenOS

Rev

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

Rev 4414 Rev 4423
Line 196... Line 196...
196
        fn->mp_data.phone = mountee_phone;
196
        fn->mp_data.phone = mountee_phone;
197
    }
197
    }
198
    /*
198
    /*
199
     * Do not release the FS node so that it stays in memory.
199
     * Do not release the FS node so that it stays in memory.
200
     */
200
     */
-
 
201
    ipc_answer_3(rid, rc, IPC_GET_ARG1(answer), IPC_GET_ARG2(answer),
201
    ipc_answer_0(rid, rc);
202
        IPC_GET_ARG3(answer));
202
}
203
}
203
 
204
 
204
/** Lookup VFS triplet by name in the file system name space.
205
/** Lookup VFS triplet by name in the file system name space.
205
 *
206
 *
206
 * The path passed in the PLB must be in the canonical file system path format
207
 * The path passed in the PLB must be in the canonical file system path format