mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:34:59 +00:00
Kernel+LibC: Implement fsync
This commit is contained in:
parent
fd3735199b
commit
a81b21c1a7
13 changed files with 51 additions and 6 deletions
|
@ -51,7 +51,7 @@ FileSystem::DirectoryEntryView::DirectoryEntryView(const StringView& n, InodeIde
|
|||
|
||||
void FileSystem::sync()
|
||||
{
|
||||
Inode::sync();
|
||||
Inode::sync_all();
|
||||
|
||||
NonnullRefPtrVector<FileSystem, 32> file_systems;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue