mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Ext2FS: Remove the inode cache lock in favor of one big lock instead.
This commit is contained in:
@@ -128,8 +128,6 @@ private:
|
||||
mutable ByteBuffer m_cached_group_descriptor_table;
|
||||
|
||||
mutable Lock m_lock;
|
||||
|
||||
mutable Lock m_inode_cache_lock;
|
||||
mutable HashMap<BlockIndex, RetainPtr<Ext2FSInode>> m_inode_cache;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user