Rev 4280 | Rev 4305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4280 | Rev 4302 | ||
|---|---|---|---|
| Line 191... | Line 191... | ||
| 191 | async_serialize_end(); |
191 | async_serialize_end(); |
| 192 | futex_up(&vfs_phone_futex); |
192 | futex_up(&vfs_phone_futex); |
| 193 | free(mpa); |
193 | free(mpa); |
| 194 | return (int) rc; |
194 | return (int) rc; |
| 195 | } |
195 | } |
| - | 196 | ||
| - | 197 | /* Ask VFS whether it likes fs_name. */ |
|
| - | 198 | rc = async_req_0_0(vfs_phone, IPC_M_PING); |
|
| - | 199 | if (rc != EOK) { |
|
| - | 200 | async_wait_for(req, NULL); |
|
| - | 201 | async_serialize_end(); |
|
| - | 202 | futex_up(&vfs_phone_futex); |
|
| - | 203 | free(mpa); |
|
| - | 204 | return (int) rc; |
|
| - | 205 | } |
|
| 196 | 206 | ||
| 197 | async_wait_for(req, &rc); |
207 | async_wait_for(req, &rc); |
| 198 | async_serialize_end(); |
208 | async_serialize_end(); |
| 199 | futex_up(&vfs_phone_futex); |
209 | futex_up(&vfs_phone_futex); |
| 200 | free(mpa); |
210 | free(mpa); |