mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
Kernel: Allow Ext2FS::flush_writes() to return ErrorOr<void>
This commit is contained in:
parent
28cda85f1f
commit
abcf05801a
8 changed files with 26 additions and 12 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
|
||||
u64 device_block_size() const { return m_device_block_size; }
|
||||
|
||||
virtual void flush_writes() override;
|
||||
virtual ErrorOr<void> flush_writes() override;
|
||||
void flush_writes_impl();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue