Changeset dea7616b in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2007-12-19T16:47:26Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45ee9ed
- Parents:
- 3401622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r3401622 rdea7616b 50 50 #include <libadt/list.h> 51 51 #include <assert.h> 52 #include <atomic.h> 52 53 #include "vfs.h" 53 54 … … 203 204 } 204 205 link_initialize(&fs_info->fs_link); 206 futex_initialize(&fs_info->phone_futex, 1); 205 207 206 208 rc = ipc_data_deliver(callid, &fs_info->vfs_info, size);
Note:
See TracChangeset
for help on using the changeset viewer.