Changeset b5553a2 in mainline for uspace/srv/vfs/vfs_node.c
- Timestamp:
- 2008-02-16T11:23:19Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f17667a
- Parents:
- 8ccd2ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_node.c
r8ccd2ea rb5553a2 149 149 node->index = result->triplet.index; 150 150 node->size = result->size; 151 node->lnkcnt = result->lnkcnt; 151 152 link_initialize(&node->nh_link); 152 153 rwlock_initialize(&node->contents_rwlock); … … 157 158 158 159 assert(node->size == result->size); 160 assert(node->lnkcnt == result->lnkcnt); 159 161 160 162 _vfs_node_addref(node);
Note:
See TracChangeset
for help on using the changeset viewer.