Changeset 0b9ac3c in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2010-02-23T19:03:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c62d2e1
- Parents:
- 1ccafee (diff), 5e50394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r1ccafee r0b9ac3c 73 73 ipc_callid_t callid = async_get_call(&call); 74 74 75 fs_handle_t fs_handle;76 int phone;77 78 75 switch (IPC_GET_METHOD(call)) { 79 76 case IPC_M_PHONE_HUNGUP: … … 137 134 } 138 135 139 /* TODO: cleanup after the client */136 vfs_files_done(); 140 137 } 141 138
Note:
See TracChangeset
for help on using the changeset viewer.