mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
Get rid of Ext2FS::modify_link_count() in favor of Inode accessors.
This commit is contained in:
parent
673870563d
commit
b0db0e5de0
Notes:
sideshowbarker
2024-07-19 16:07:15 +09:00
Author: https://github.com/awesomekling
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