Changeset 12fc042 in mainline for uspace/lib/libc/generic/vfs/vfs.c
- Timestamp:
- 2008-08-09T09:45:02Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11c2ae5
- Parents:
- c544c5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
rc544c5d r12fc042 173 173 return (int) rc; 174 174 } 175 /* Ask VFS whether it likes fs_name. */ 176 rc = async_req_0_0(vfs_phone, IPC_M_PING); 177 if (rc != EOK) { 178 async_wait_for(req, NULL); 179 async_serialize_end(); 180 futex_up(&vfs_phone_futex); 181 free(mpa); 182 return (int) rc; 183 } 175 184 rc = ipc_data_write_start(vfs_phone, (void *)mpa, mpa_len); 176 185 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.