Remove FIXME
This commit is contained in:
parent
000ffd1fae
commit
37fe95b128
@ -198,7 +198,7 @@ VFS::Node* initrd_read_dir(VFS::Node* node, long offset)
|
||||
return dir.files[offset];
|
||||
}
|
||||
|
||||
int initrd_mkdir(VFS::Node* node, const char* name, mode_t mode) // FIXME: Return proper error numbers.
|
||||
int initrd_mkdir(VFS::Node* node, const char* name, mode_t mode)
|
||||
{
|
||||
if (total_dirs >= 32)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user