Kernel: Make a copy of the dirty inode list before iterating in sync().

This commit is contained in:
Andreas Kling
2019-02-28 21:51:59 +01:00
parent bff5b71467
commit 6b581aff77
6 changed files with 18 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ Retained<SynthFS> SynthFS::create()
}
SynthFS::SynthFS()
: m_lock("SynthFS")
{
}