remove test printf
This commit is contained in:
parent
cbcaf8517d
commit
400451879c
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ static int initrd_open(fildes_t* file, const char* name)
|
|||
dir_block_t* dir_block;
|
||||
dirent_t* dirent;
|
||||
|
||||
kprintf("%p = %p", initrd_open, &initrd_open );
|
||||
memset(new_node, 0x00, sizeof(vfs_node_t));
|
||||
new_node->type = FS_FILE;
|
||||
new_node->read = &initrd_read;
|
||||
|
|
Loading…
Add table
Reference in a new issue