mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-12 11:36:06 +00:00
Ext2FS: Move inode freeing logic from ~Ext2FSInode() to Ext2FS::free_inode().
This commit is contained in:
@@ -107,6 +107,7 @@ private:
|
||||
bool set_block_allocation_state(GroupIndex, BlockIndex, bool);
|
||||
|
||||
void uncache_inode(InodeIndex);
|
||||
void free_inode(Ext2FSInode&);
|
||||
|
||||
unsigned m_blockGroupCount { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user