Changeset 4198f9c3 in mainline for uspace/srv/vfs/vfs_node.c


Ignore:
Timestamp:
2009-06-28T13:43:15Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
852b801
Parents:
6408be3
Message:

Separate the VFS input and output protocols.

File:
1 edited

Legend:

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

    r6408be3 r4198f9c3  
    130130                int phone = vfs_grab_phone(node->fs_handle);
    131131                ipcarg_t rc;
    132                 rc = async_req_2_0(phone, VFS_DESTROY,
     132                rc = async_req_2_0(phone, VFS_OUT_DESTROY,
    133133                    (ipcarg_t)node->dev_handle, (ipcarg_t)node->index);
    134134                assert(rc == EOK);
Note: See TracChangeset for help on using the changeset viewer.