mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
Ext2FS: Lock a lot. Go way overkill with locking for now.
This commit is contained in:
parent
809ffa56d7
commit
3df4a902df
3 changed files with 52 additions and 15 deletions
|
@ -127,6 +127,8 @@ private:
|
|||
mutable ByteBuffer m_cached_super_block;
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue