Make internal dm_flags 64bit.

This commit is contained in:
Milan Broz
2025-02-06 12:34:43 +01:00
parent 036ed52999
commit c497945ab3
9 changed files with 51 additions and 51 deletions

View File

@@ -4170,7 +4170,7 @@ static int reencrypt_wipe_unused_device_area(struct crypt_device *cd, struct luk
static int reencrypt_teardown_ok(struct crypt_device *cd, struct luks2_hdr *hdr, struct luks2_reencrypt *rh)
{
int i, r;
uint32_t dmt_flags;
uint64_t dmt_flags;
bool finished = !(rh->device_size > rh->progress);
if (rh->rp.type == REENC_PROTECTION_NONE &&