[cache_restore] --debug-override-metadata-version

A flag that deliberately causes the wrong metadata version to be
written.  Useful for testing the kernel module.
This commit is contained in:
Joe Thornber
2013-10-15 10:24:12 +01:00
parent c92aff63e2
commit f8633da296
4 changed files with 62 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ namespace {
uint32_t const SUPERBLOCK_MAGIC = 06142003;
uint32_t const VERSION_BEGIN = 1;
uint32_t const VERSION_END = 3;
uint32_t const VERSION_END = 2;
}
//----------------------------------------------------------------