mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
Kernel: Improve some low-memory situations with ext2
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user