mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
libcrypsetup: add CRYPT_DEACTIVATE_DEFERRED_CANCEL for crypt_deactivate_by_name
Allows to cancel a previously set deferred deactivation flag for a specific device. [mbroz: slight changes]
This commit is contained in:
committed by
Milan Broz
parent
dcc2b252dd
commit
3062a9ba91
@@ -220,6 +220,7 @@ int dm_resume_and_reinstate_key(struct crypt_device *cd, const char *name,
|
||||
const struct volume_key *vk);
|
||||
int dm_error_device(struct crypt_device *cd, const char *name);
|
||||
int dm_clear_device(struct crypt_device *cd, const char *name);
|
||||
int dm_cancel_deferred_removal(const char *name);
|
||||
|
||||
const char *dm_get_dir(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user