mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +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:
parent
58240fdb33
commit
1bf37db9a9
Notes:
sideshowbarker
2024-07-19 14:37:09 +09:00
Author: https://github.com/awesomekling
Commit: 1bf37db9a9
3 changed files with 23 additions and 45 deletions
|
@ -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>&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue