Kernel: Improve some low-memory situations with ext2

This commit is contained in:
Tom
2020-12-31 20:24:28 -07:00
committed by Andreas Kling
parent 54c66b8f7b
commit ae956edf6e
2 changed files with 9 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ private:
virtual KResult truncate(u64) override;
bool write_directory(const Vector<Ext2FSDirectoryEntry>&);
void populate_lookup_cache() const;
bool populate_lookup_cache() const;
KResult resize(u64);
static u8 file_type_for_directory_entry(const ext2_dir_entry_2&);