Changeset 45ee9ed in mainline for uspace/srv/vfs/vfs_mount.c
- Timestamp:
- 2007-12-19T16:48:23Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a806bd61
- Parents:
- dea7616b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_mount.c
rdea7616b r45ee9ed 239 239 (ipcarg_t) mounted_root.dev_handle, (ipcarg_t) mounted_root.index, 240 240 NULL); 241 vfs_release_phone(phone); 241 242 242 243 ipcarg_t rc1; … … 244 245 async_wait_for(req1, &rc1); 245 246 async_wait_for(req2, &rc2); 246 vfs_release_phone(phone);247 247 248 248 if ((rc1 != EOK) || (rc2 != EOK)) {
Note:
See TracChangeset
for help on using the changeset viewer.