mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02:00
Get rid of Ext2FS::modify_link_count() in favor of Inode accessors.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 16:07:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b0db0e5de09
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user