mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-20 15:20:07 +01:00
Remove unused code in helper routine.
This commit is contained in:
committed by
Milan Broz
parent
ba08f02a40
commit
828555db97
@@ -236,12 +236,8 @@ static enum device_status_info load_luks(struct crypt_device **r_cd, const char
|
|||||||
|
|
||||||
static bool luks2_reencrypt_eligible(struct crypt_device *cd)
|
static bool luks2_reencrypt_eligible(struct crypt_device *cd)
|
||||||
{
|
{
|
||||||
uint32_t flags;
|
|
||||||
struct crypt_params_integrity ip = { 0 };
|
struct crypt_params_integrity ip = { 0 };
|
||||||
|
|
||||||
if (crypt_persistent_flags_get(cd, CRYPT_FLAGS_REQUIREMENTS, &flags))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
/* raw integrity info is available since 2.0 */
|
/* raw integrity info is available since 2.0 */
|
||||||
if (crypt_get_integrity_info(cd, &ip) || ip.tag_size) {
|
if (crypt_get_integrity_info(cd, &ip) || ip.tag_size) {
|
||||||
log_err(_("Reencryption of device with integrity profile is not supported."));
|
log_err(_("Reencryption of device with integrity profile is not supported."));
|
||||||
|
|||||||
Reference in New Issue
Block a user