Rev 3653 | Rev 4445 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3653 | Rev 4444 | ||
---|---|---|---|
Line 163... | Line 163... | ||
163 | (ipcarg_t) root->dev_handle, (ipcarg_t) lflag, (ipcarg_t) index, |
163 | (ipcarg_t) root->dev_handle, (ipcarg_t) lflag, (ipcarg_t) index, |
164 | &answer); |
164 | &answer); |
165 | vfs_release_phone(phone); |
165 | vfs_release_phone(phone); |
166 | 166 | ||
167 | ipcarg_t rc; |
167 | ipcarg_t rc; |
- | 168 | /* XXX shouldn't we disable fibril preemption here? */ |
|
168 | async_wait_for(req, &rc); |
169 | async_wait_for(req, &rc); |
169 | 170 | ||
170 | futex_down(&plb_futex); |
171 | futex_down(&plb_futex); |
171 | list_remove(&entry.plb_link); |
172 | list_remove(&entry.plb_link); |
172 | /* |
173 | /* |