mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-01 08:53:12 +00:00
Resolves issue where a panic would occur if the file system failed to initialize or mount, due to how the FileSystem was already added to VFS's list. The newly-created FileSystem destructor would fail as a result of the object still remaining in the IntrusiveList.