mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Kernel: Oops, fix Vector assertion in FS::Sync.
This commit is contained in:
parent
6b581aff77
commit
7ee4e79cd6
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void FS::sync()
|
|||
InterruptDisabler disabler;
|
||||
for (auto* inode : all_inodes()) {
|
||||
if (inode->is_metadata_dirty())
|
||||
inodes.unchecked_append(*inode);
|
||||
inodes.append(*inode);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue