mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
Kernel: Make a copy of the dirty inode list before iterating in sync().
This commit is contained in:
parent
bff5b71467
commit
6b581aff77
6 changed files with 18 additions and 8 deletions
|
@ -37,7 +37,6 @@ protected:
|
|||
private:
|
||||
InodeIndex m_next_inode_index { 2 };
|
||||
HashMap<InodeIndex, RetainPtr<SynthFSInode>> m_inodes;
|
||||
mutable Lock m_lock;
|
||||
};
|
||||
|
||||
struct SynthFSInodeCustomData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue