Changeset 3be9d10 in mainline for uspace/srv/fs/locfs/locfs_ops.c
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
readaeae8 r3be9d10 478 478 { 479 479 if (index == 0) { 480 ipc_callid_t callid;480 cap_call_handle_t callid; 481 481 size_t size; 482 482 if (!async_data_read_receive(&callid, &size)) { … … 532 532 if (type == LOC_OBJECT_NAMESPACE) { 533 533 /* Namespace directory */ 534 ipc_callid_t callid;534 cap_call_handle_t callid; 535 535 size_t size; 536 536 if (!async_data_read_receive(&callid, &size)) { … … 568 568 assert(dev->sess); 569 569 570 ipc_callid_t callid;570 cap_call_handle_t callid; 571 571 if (!async_data_read_receive(&callid, NULL)) { 572 572 fibril_mutex_unlock(&services_mutex); … … 632 632 assert(dev->sess); 633 633 634 ipc_callid_t callid;634 cap_call_handle_t callid; 635 635 if (!async_data_write_receive(&callid, NULL)) { 636 636 fibril_mutex_unlock(&services_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.