Add FEC offset parameter for verity.

This commit is contained in:
Milan Broz
2017-04-03 12:34:50 +02:00
parent e8eab081c5
commit fc0bef732b
9 changed files with 44 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ struct crypt_dm_active_device {
uint64_t hash_offset; /* hash offset in blocks (not header) */
uint64_t hash_blocks; /* size of hash device (in hash blocks) */
uint64_t fec_offset; /* FEC offset in blocks (not header) */
struct crypt_params_verity *vp;
} verity;
} u;