Changes in uspace/lib/fs/libfs.c [6aae539d:50b581d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.c

    r6aae539d r50b581d  
    404404       
    405405        async_exch_t *exch = async_exchange_begin(mountee_sess);
    406         async_sess_t *sess = async_clone_establish(EXCHANGE_PARALLEL, exch);
     406        async_sess_t *sess = async_connect_me(EXCHANGE_PARALLEL, exch);
    407407       
    408408        if (!sess) {
Note: See TracChangeset for help on using the changeset viewer.