Subversion Repositories HelenOS

Rev

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

Rev 2699 Rev 2700
Line 234... Line 234...
234
void tmpfs_lookup(ipc_callid_t rid, ipc_call_t *request)
234
void tmpfs_lookup(ipc_callid_t rid, ipc_call_t *request)
235
{
235
{
236
    unsigned next = IPC_GET_ARG1(*request);
236
    unsigned next = IPC_GET_ARG1(*request);
237
    unsigned last = IPC_GET_ARG2(*request);
237
    unsigned last = IPC_GET_ARG2(*request);
238
    int dev_handle = IPC_GET_ARG3(*request);
238
    int dev_handle = IPC_GET_ARG3(*request);
-
 
239
    int lflag = IPC_GET_ARG4(*request);
239
 
240
 
240
    if (last < next)
241
    if (last < next)
241
        last += PLB_SIZE;
242
        last += PLB_SIZE;
242
 
243
 
243
    if (!root && !tmpfs_init()) {
244
    if (!root && !tmpfs_init()) {