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:
parent
54c66b8f7b
commit
ae956edf6e
2 changed files with 9 additions and 7 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue