mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
When the FileSystem does a sync, it gathers up all the inodes with dirty metadata into a vector. The inode mutex is not held while checking the inode dirty bit, which can lead to a kernel panic due to concurrent inode modifications. Fixes: #21796
13 KiB
13 KiB