mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Ext2FS: Avoid a kmallocation every time we fetch an inode from disk.
This commit is contained in:
@@ -47,7 +47,7 @@ private:
|
||||
|
||||
Ext2FS& fs();
|
||||
const Ext2FS& fs() const;
|
||||
Ext2FSInode(Ext2FS&, unsigned index, const ext2_inode&);
|
||||
Ext2FSInode(Ext2FS&, unsigned index);
|
||||
|
||||
mutable Vector<unsigned> m_block_list;
|
||||
mutable HashMap<String, unsigned> m_lookup_cache;
|
||||
|
||||
Reference in New Issue
Block a user