Changeset 16d17ca in mainline for uspace/srv
- Timestamp:
- 2009-05-22T19:18:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ef6645
- Parents:
- 3ecc02e
- Location:
- uspace/srv/fs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r3ecc02e r16d17ca 889 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 -
uspace/srv/fs/tmpfs/tmpfs_ops.c
r3ecc02e r16d17ca 410 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
Note:
See TracChangeset
for help on using the changeset viewer.