Changes in uspace/lib/fs/libfs.c [6aae539d:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.c
r6aae539d r50b581d 404 404 405 405 async_exch_t *exch = async_exchange_begin(mountee_sess); 406 async_sess_t *sess = async_c lone_establish(EXCHANGE_PARALLEL, exch);406 async_sess_t *sess = async_connect_me(EXCHANGE_PARALLEL, exch); 407 407 408 408 if (!sess) {
Note:
See TracChangeset
for help on using the changeset viewer.