mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Make internal dm_flags 64bit.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user