1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:55:06 +00:00

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