Rename verion function to avoid conflict with crypto backend.

This commit is contained in:
Milan Broz
2021-02-05 12:34:24 +01:00
parent da2f6e9d93
commit 12ff94c02f
3 changed files with 3 additions and 3 deletions

View File

@@ -3819,7 +3819,7 @@ static int dmcrypt_keyring_bug(void)
if (kernel_version(&kversion))
return 1;
return kversion < version(4,15,0,0);
return kversion < compact_version(4,15,0,0);
}
int create_or_reload_device(struct crypt_device *cd, const char *name,