mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Ext2FS: Rename get_block_bitmap() => get_bitmap_block()
This can be used for Inode bitmaps as well, so let's rename it.
This commit is contained in:
@@ -148,8 +148,7 @@ private:
|
||||
Bitmap bitmap(u32 blocks_per_group) { return Bitmap::wrap(buffer.data(), blocks_per_group); }
|
||||
};
|
||||
|
||||
CachedBitmap& get_block_bitmap(BlockIndex bitmap_block_index);
|
||||
CachedBitmap& get_inode_bitmap(InodeIndex bitmap_block_index);
|
||||
CachedBitmap& get_bitmap_block(BlockIndex);
|
||||
|
||||
Vector<OwnPtr<CachedBitmap>> m_cached_bitmaps;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user