mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Kernel: Make Inode::flush_metadata() return a KResult
Even if this goes nowhere yet, we have to start building an error propagation path somewhere.
This commit is contained in:
parent
6337d742bb
commit
6f69d5204f
Notes:
sideshowbarker
2024-07-18 02:05:05 +09:00
Author: https://github.com/awesomekling
Commit: 6f69d5204f
18 changed files with 28 additions and 20 deletions
|
@ -81,7 +81,7 @@ public:
|
|||
virtual KResult increment_link_count();
|
||||
virtual KResult decrement_link_count();
|
||||
|
||||
virtual void flush_metadata() = 0;
|
||||
virtual KResult flush_metadata() = 0;
|
||||
|
||||
void will_be_destroyed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue