[victoriafalls] Begin traversing the root inode.

This commit is contained in:
Drew Galbraith 2023-07-06 10:40:55 -07:00
parent f7fb4f4ddc
commit 2ff4334bea
3 changed files with 48 additions and 1 deletions

View file

@ -13,6 +13,8 @@ class Ext2Driver {
glcr::ErrorCode ProbePartition();
glcr::ErrorCode ProbeDirectory(Inode* inode);
private:
Ext2BlockReader ext2_reader_;
glcr::UniquePtr<InodeTable> inode_table_;