kernel/ext2: Change outdated FIXME
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-07-15 13:17:58 +02:00
parent f9003d7a58
commit 0d41e1f7b6
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -131,7 +131,7 @@ namespace Ext2
Result<void> lazy_initialize_dir() const;
// FIXME: Implement readlink() and device numbers.
// FIXME: Implement device numbers.
Inode(Badge<FileSystem>, FileSystem* fs);
virtual ~Inode() = default;