Changeset 9593bc8 in mainline
- Timestamp:
- 2009-06-26T05:18:20Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc531be
- Parents:
- 7b47fa2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r7b47fa2 r9593bc8 270 270 ipc_answer_1(rid, EOK, (ipcarg_t) fs_info->fs_handle); 271 271 272 fibril_condvar_ signal(&fs_head_cv);272 fibril_condvar_broadcast(&fs_head_cv); 273 273 fibril_mutex_unlock(&fs_head_lock); 274 274
Note:
See TracChangeset
for help on using the changeset viewer.