[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:
@@ -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;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user