Changes in uspace/srv/vfs/vfs_lookup.c [df908b3:19f857a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
rdf908b3 r19f857a 168 168 ipcarg_t rc; 169 169 async_wait_for(req, &rc); 170 vfs_release_phone( root->fs_handle,phone);170 vfs_release_phone(phone); 171 171 172 172 fibril_mutex_lock(&plb_mutex); … … 215 215 ipcarg_t rc; 216 216 async_wait_for(req, &rc); 217 vfs_release_phone( result->triplet.fs_handle,phone);217 vfs_release_phone(phone); 218 218 219 219 if (rc == EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.