Changes in uspace/srv/vfs/vfs_node.c [4198f9c3:8b58fc1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_node.c
r4198f9c3 r8b58fc1 188 188 } 189 189 190 assert(node->size == result->size );190 assert(node->size == result->size || node->type != VFS_NODE_FILE); 191 191 assert(node->lnkcnt == result->lnkcnt); 192 192 assert(node->type == result->type || result->type == VFS_NODE_UNKNOWN);
Note:
See TracChangeset
for help on using the changeset viewer.