Changeset 27d293a in mainline for uspace/lib/libfs/libfs.c


Ignore:
Timestamp:
2007-12-31T16:46:43Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
215e375
Parents:
3115355
Message:

Rename IPC_M_AS_AREA_SEND to IPC_M_SHARE_OUT. Rename IPC_M_AS_AREA_RECV to
IPC_M_SHARE_IN. Provide user-friendly wrappers for these methods so that even
dummies can get it right. Some applications using simpler protocols still use
these methods directly.

File:
1 edited

Legend:

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

    r3115355 r27d293a  
    9595         * Request sharing the Path Lookup Buffer with VFS.
    9696         */
    97         rc = ipc_call_sync_2_0(vfs_phone, IPC_M_AS_AREA_RECV,
    98             (ipcarg_t) reg->plb_ro, PLB_SIZE);
     97        rc = ipc_share_in_send_0_0(vfs_phone, reg->plb_ro, PLB_SIZE);
    9998        if (rc) {
    10099                async_wait_for(req, NULL);
Note: See TracChangeset for help on using the changeset viewer.