Subversion Repositories HelenOS

Rev

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

Rev 4424 Rev 4429
Line 407... Line 407...
407
    }
407
    }
408
}
408
}
409
 
409
 
410
void tmpfs_mount(ipc_callid_t rid, ipc_call_t *request)
410
void tmpfs_mount(ipc_callid_t rid, ipc_call_t *request)
411
{
411
{
412
    libfs_mount(&tmpfs_libfs_ops, rid, request);
412
    libfs_mount(&tmpfs_libfs_ops, tmpfs_reg.fs_handle, rid, request);
413
}
413
}
414
 
414
 
415
void tmpfs_lookup(ipc_callid_t rid, ipc_call_t *request)
415
void tmpfs_lookup(ipc_callid_t rid, ipc_call_t *request)
416
{
416
{
417
    libfs_lookup(&tmpfs_libfs_ops, tmpfs_reg.fs_handle, rid, request);
417
    libfs_lookup(&tmpfs_libfs_ops, tmpfs_reg.fs_handle, rid, request);