Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4462 → Rev 4463

/trunk/uspace/srv/vfs/vfs_node.c
180,7 → 180,7
rwlock_initialize(&node->contents_rwlock);
hash_table_insert(&nodes, key, &node->nh_link);
} else {
node = hash_table_get_instance(tmp, vfs_node_t, nh_link);
node = hash_table_get_instance(tmp, vfs_node_t, nh_link);
if (node->type == VFS_NODE_UNKNOWN &&
result->type != VFS_NODE_UNKNOWN) {
/* Upgrade the node type. */
233,4 → 233,4
 
/**
* @}
*/
*/