Changeset 215e375 in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2007-12-31T17:23:20Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f57f8ea
- Parents:
- 27d293a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
r27d293a r215e375 72 72 * Send our VFS info structure to VFS. 73 73 */ 74 int rc = ipc_data_write_s end(vfs_phone, info, sizeof(*info));74 int rc = ipc_data_write_start(vfs_phone, info, sizeof(*info)); 75 75 if (rc != EOK) { 76 76 async_wait_for(req, NULL); … … 95 95 * Request sharing the Path Lookup Buffer with VFS. 96 96 */ 97 rc = ipc_share_in_s end_0_0(vfs_phone, reg->plb_ro, PLB_SIZE);97 rc = ipc_share_in_start_0_0(vfs_phone, reg->plb_ro, PLB_SIZE); 98 98 if (rc) { 99 99 async_wait_for(req, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.