Kernel: Make ext2 inode cache thread safe

This commit is contained in:
2026-05-21 01:56:32 +03:00
parent c295af9bd5
commit 6a58c716bd
4 changed files with 36 additions and 32 deletions

View File

@@ -71,8 +71,6 @@ namespace Kernel
private:
Ext2Inode(Ext2FS& fs, Ext2::Inode inode, uint32_t ino);
static BAN::ErrorOr<BAN::RefPtr<Ext2Inode>> create(Ext2FS&, uint32_t);
private:
struct ScopedSync
{