Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2595 → Rev 2596

/trunk/uspace/srv/vfs/vfs.c
124,6 → 124,14
list_initialize(&fs_head);
 
/*
* Initialize VFS node hash table.
*/
if (!vfs_nodes_init()) {
printf("Failed to initialize the VFS node hash table.\n");
return ENOMEM;
}
 
/*
* Allocate and initialize the Path Lookup Buffer.
*/
list_initialize(&plb_head);