mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ext2FS: Simplify block bitmap stuff.
Block bitmaps are only ever one block in size. I don't know why I thought otherwise, but use this info to simplify the code. :^)
This commit is contained in:
@@ -107,7 +107,6 @@ private:
|
||||
void dump_inode_bitmap(GroupIndex) const;
|
||||
|
||||
template<typename F> void traverse_inode_bitmap(GroupIndex, F) const;
|
||||
template<typename F> void traverse_block_bitmap(GroupIndex, F) const;
|
||||
|
||||
bool add_inode_to_directory(InodeIndex parent, InodeIndex child, const String& name, byte file_type, int& error);
|
||||
bool write_directory_inode(InodeIndex, Vector<DirectoryEntry>&&);
|
||||
|
||||
Reference in New Issue
Block a user