Changeset 984a9ba in mainline for uspace/srv/vfs/vfs_ops.c
- Timestamp:
- 2018-07-05T09:34:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63d46341
- Parents:
- 76f566d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r76f566d r984a9ba 386 386 return ENOENT; 387 387 388 aid_t msg = async_send_ fast(exch, read ? VFS_OUT_READ : VFS_OUT_WRITE,388 aid_t msg = async_send_4(exch, read ? VFS_OUT_READ : VFS_OUT_WRITE, 389 389 file->node->service_id, file->node->index, LOWER32(pos), 390 390 UPPER32(pos), answer);
Note:
See TracChangeset
for help on using the changeset viewer.