[victoriafalls] Move a superblock-based calculations to the block reader
This commit is contained in:
parent
52b4b273b7
commit
150bfd2fd4
5 changed files with 60 additions and 34 deletions
|
|
@ -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_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue