Changeset 0e31a2b in mainline
- Timestamp:
- 2009-06-10T14:42:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e13bfa
- Parents:
- 230260ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
r230260ac r0e31a2b 211 211 vfs_release_phone(phone); 212 212 213 async_serialize_start();214 213 ipcarg_t rc; 215 214 async_wait_for(req, &rc); 216 async_serialize_end();217 215 218 216 if (rc == EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.