mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-29 00:37:40 +00:00
We don't need to flush the on-disk inode struct multiple times while writing out its block list. Just mark the in-memory Inode as having dirty metadata and the SyncTask will flush it eventually.