Remove FIXME

This commit is contained in:
apio 2022-11-12 18:15:32 +01:00
parent 000ffd1fae
commit 37fe95b128

View File

@ -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)
{