mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
Kernel: Improve some low-memory situations with ext2
This commit is contained in:
parent
54c66b8f7b
commit
ae956edf6e
Notes:
sideshowbarker
2024-07-19 00:14:23 +09:00
Author: https://github.com/tomuta
Commit: ae956edf6e
Pull-request: https://github.com/SerenityOS/serenity/pull/4707
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