1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 03:02:09 +00:00

Get rid of Ext2FS::modify_link_count() in favor of Inode accessors.

This commit is contained in:
Andreas Kling 2018-12-24 23:58:00 +01:00
parent 673870563d
commit b0db0e5de0
4 changed files with 30 additions and 23 deletions

View file

@ -94,8 +94,6 @@ private:
bool set_inode_allocation_state(unsigned inode, bool);
bool set_block_allocation_state(GroupIndex, BlockIndex, bool);
bool modify_link_count(InodeIndex, int delta);
unsigned m_blockGroupCount { 0 };
mutable ByteBuffer m_cached_super_block;