Implement deferred removal of device.

This can be used in some automated systems and allows device
to be removed after the last user mapping closes it.
This commit is contained in:
Milan Broz
2017-06-23 14:41:54 +02:00
parent a58ed1ada3
commit 32d5e59ab6
12 changed files with 100 additions and 31 deletions

View File

@@ -31,6 +31,7 @@ CRYPTSETUP_2.0 {
crypt_activate_by_keyfile_offset;
crypt_activate_by_volume_key;
crypt_deactivate;
crypt_deactivate_by_name;
crypt_volume_key_get;
crypt_volume_key_verify;
crypt_status;