[cache_check (rust)] Add more checks
- Check the version-1 dirty flag - Check mappings against the origin device size, if the cache is clean - Check superblock fields
This commit is contained in:
@@ -8,7 +8,7 @@ use thinp::cache::dump::{dump, CacheDumpOptions};
|
||||
//------------------------------------------
|
||||
|
||||
fn main() {
|
||||
let parser = App::new("cache_check")
|
||||
let parser = App::new("cache_dump")
|
||||
.version(thinp::version::TOOLS_VERSION)
|
||||
.arg(
|
||||
Arg::with_name("INPUT")
|
||||
|
||||
Reference in New Issue
Block a user