Changeset 0442c02 in mainline


Ignore:
Timestamp:
2009-05-21T18:09:18Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
296ddec0
Parents:
7d158097
Message:

Answer VFS_MOUNT with return values obtained from VFS_MOUNTED.

File:
1 edited

Legend:

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

    r7d158097 r0442c02  
    199199         * Do not release the FS node so that it stays in memory.
    200200         */
    201         ipc_answer_0(rid, rc);
     201        ipc_answer_3(rid, rc, IPC_GET_ARG1(answer), IPC_GET_ARG2(answer),
     202            IPC_GET_ARG3(answer));
    202203}
    203204
Note: See TracChangeset for help on using the changeset viewer.