Changeset d5a89a3 in mainline for uspace/srv/fs/locfs/locfs_ops.c
- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/fs/locfs/locfs_ops.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
re3272101 rd5a89a3 583 583 584 584 /* Forward the IPC_M_DATA_READ request to the driver */ 585 async_forward_ fast(&call, exch, 0, 0, 0, IPC_FF_ROUTE_FROM_ME);585 async_forward_0(&call, exch, 0, IPC_FF_ROUTE_FROM_ME); 586 586 587 587 async_exchange_end(exch); … … 647 647 648 648 /* Forward the IPC_M_DATA_WRITE request to the driver */ 649 async_forward_ fast(&call, exch, 0, 0, 0, IPC_FF_ROUTE_FROM_ME);649 async_forward_0(&call, exch, 0, IPC_FF_ROUTE_FROM_ME); 650 650 651 651 async_exchange_end(exch);
Note:
See TracChangeset
for help on using the changeset viewer.
