Subversion Repositories HelenOS

Rev

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

Rev 4345 Rev 4347
Line 341... Line 341...
341
            pr->fs_name = fs_name;
341
            pr->fs_name = fs_name;
342
            pr->mp = mp;
342
            pr->mp = mp;
343
            pr->callid = callid;
343
            pr->callid = callid;
344
            pr->rid = rid;
344
            pr->rid = rid;
345
            pr->dev_handle = dev_handle;
345
            pr->dev_handle = dev_handle;
-
 
346
            link_initialize(&pr->link);
346
            list_append(&pr->link, &pending_req);
347
            list_append(&pr->link, &pending_req);
347
            return;
348
            return;
348
        }
349
        }
349
       
350
       
350
        ipc_answer_0(callid, ENOENT);
351
        ipc_answer_0(callid, ENOENT);