Skip to content
Snippets Groups Projects
Commit a91eec0b authored by Manali Bhutiyani's avatar Manali Bhutiyani Committed by CQ bot account: commit-bot@chromium.org
Browse files

[minfs] disk-inspector Part 2: Implement the minfs inspector backend for on-disk datastructures.

This change implements the minfs inspector backend for different on-disk structures like
superblock, inode table, inode, journal et al and returns each of these as a generic DiskObject.
Please note that alloc block bitmap and inode bitmap are not implemented as part of this
change and will be implemented as a later CL.
This CL also splits the Minfs class and InodeManager class to make them more easy to accomodate
unit testing.

Testing: Added unit tests for root, superblock, inode table, inode and journal.

Change-Id: I3bed793a8c0301bf8ce4367fbca48e31a6f44772
parent 7a8a6961
No related branches found
No related tags found
Loading
Showing with 851 additions and 13 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment