Rev 4409 | Rev 4465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4409 | Rev 4429 | ||
|---|---|---|---|
| Line 886... | Line 886... | ||
| 886 | ipc_answer_3(rid, EOK, ridxp->index, rootp->size, rootp->lnkcnt); |
886 | ipc_answer_3(rid, EOK, ridxp->index, rootp->size, rootp->lnkcnt); |
| 887 | } |
887 | } |
| 888 | 888 | ||
| 889 | void fat_mount(ipc_callid_t rid, ipc_call_t *request) |
889 | void fat_mount(ipc_callid_t rid, ipc_call_t *request) |
| 890 | { |
890 | { |
| 891 | libfs_mount(&fat_libfs_ops, rid, request); |
891 | libfs_mount(&fat_libfs_ops, fat_reg.fs_handle, rid, request); |
| 892 | } |
892 | } |
| 893 | 893 | ||
| 894 | void fat_lookup(ipc_callid_t rid, ipc_call_t *request) |
894 | void fat_lookup(ipc_callid_t rid, ipc_call_t *request) |
| 895 | { |
895 | { |
| 896 | libfs_lookup(&fat_libfs_ops, fat_reg.fs_handle, rid, request); |
896 | libfs_lookup(&fat_libfs_ops, fat_reg.fs_handle, rid, request); |