[victoriafalls] Move a superblock-based calculations to the block reader

This commit is contained in:
Drew Galbraith 2023-07-06 09:58:26 -07:00
parent 52b4b273b7
commit 150bfd2fd4
5 changed files with 60 additions and 34 deletions

View file

@ -14,9 +14,6 @@ class InodeTable {
private:
Ext2BlockReader& ext2_reader_;
BlockGroupDescriptor* bgdt_;
uint64_t num_block_groups_;
uint64_t inodes_per_group_;
uint64_t inode_size_;
glcr::Vector<MappedMemoryRegion> inode_tables_;