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:
parent
673870563d
commit
b0db0e5de0
4 changed files with 30 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue