1
Fork 0
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:
Andreas Kling 2021-02-02 16:06:03 +01:00
parent b0b51c3955
commit dbb668ddd3
2 changed files with 17 additions and 15 deletions

View file

@ -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);