mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 16:22:08 +00: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 |
||
|---|---|---|
| .. | ||
| Definitions.h | ||
| DirectoryEntry.h | ||
| ext2_types.h | ||
| FileSystem.cpp | ||
| FileSystem.h | ||
| Inode.cpp | ||
| Inode.h | ||