mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Kernel: Allow Ext2FS::flush_writes() to return ErrorOr<void>
This commit is contained in:
@@ -305,9 +305,10 @@ void BlockBasedFileSystem::flush_writes_impl()
|
||||
});
|
||||
}
|
||||
|
||||
void BlockBasedFileSystem::flush_writes()
|
||||
ErrorOr<void> BlockBasedFileSystem::flush_writes()
|
||||
{
|
||||
flush_writes_impl();
|
||||
return {};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user