mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +00:00
Kernel: Make a copy of the dirty inode list before iterating in sync().
This commit is contained in:
parent
bff5b71467
commit
6b581aff77
Notes:
sideshowbarker
2024-07-19 15:35:05 +09:00
Author: https://github.com/awesomekling
Commit: 6b581aff77
6 changed files with 18 additions and 8 deletions
|
@ -11,7 +11,6 @@ Retained<SynthFS> SynthFS::create()
|
|||
}
|
||||
|
||||
SynthFS::SynthFS()
|
||||
: m_lock("SynthFS")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue