-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep track of the dirty blocks when within regions smalller than 1GB.
The dirty block tracking will become incorrect for larger regions, but nothing bad should happen, as this information isn't current used.
- Loading branch information
Showing
1 changed file
with
76 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a1d4c32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was making the very same thing, and it looks like you beat me to the finish!
Should I continue from this to the multi-level version, or go back to other ticket?