Changeset 34ca870 in mainline for uspace/srv/vfs/vfs_lookup.c
- Timestamp:
- 2009-06-17T21:07:56Z (14 years ago)
- Branches:
- lfn, master, serial
- Children:
- 6ebe721
- Parents:
- 61d2315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
r61d2315 r34ca870 164 164 (ipcarg_t) root->dev_handle, (ipcarg_t) lflag, (ipcarg_t) index, 165 165 &answer); 166 vfs_release_phone(phone);167 166 168 167 ipcarg_t rc; 169 168 async_wait_for(req, &rc); 169 vfs_release_phone(phone); 170 170 171 171 futex_down(&plb_futex); … … 209 209 (ipcarg_t) result->triplet.index, &answer); 210 210 211 vfs_release_phone(phone);212 211 213 212 ipcarg_t rc; 214 213 async_wait_for(req, &rc); 214 vfs_release_phone(phone); 215 215 216 216 if (rc == EOK) {
Note: See TracChangeset
for help on using the changeset viewer.