mirror of
https://github.com/RGBCube/serenity
synced 2025-06-29 01:22:11 +00:00
Ext2FS: Propagate error codes from write_directory()
This commit is contained in:
parent
b0b51c3955
commit
dbb668ddd3
2 changed files with 17 additions and 15 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
|
||||
virtual KResultOr<int> get_block_address(int) override;
|
||||
|
||||
bool write_directory(const Vector<Ext2FSDirectoryEntry>&);
|
||||
KResult write_directory(const Vector<Ext2FSDirectoryEntry>&);
|
||||
bool populate_lookup_cache() const;
|
||||
KResult resize(u64);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue