Changeset 3115355 in mainline for uspace/srv/vfs/vfs_open.c


Ignore:
Timestamp:
2007-12-31T10:14:38Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27d293a
Parents:
badbd888
Message:

Simplify the IPC_M_DATA_WRITE protocol. Do not pass the source address space
virtual address to the recipient. This feature was not used anyway. Now
IPC_M_DATA_WRITE and IPC_M_DATA_READ are feature-aligned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_open.c

    rbadbd888 r3115355  
    6262        ipc_callid_t callid;
    6363
    64         if (!ipc_data_write_receive(&callid, NULL, &size)) {
     64        if (!ipc_data_write_receive(&callid, &size)) {
    6565                ipc_answer_0(callid, EINVAL);
    6666                ipc_answer_0(rid, EINVAL);
Note: See TracChangeset for help on using the changeset viewer.