Mark crypt_memory_lock() API call deprecated.

And remove its implementation.
This commit is contained in:
Milan Broz
2022-08-16 15:41:01 +02:00
parent 4b47091b85
commit 88d9524e6c
4 changed files with 3 additions and 43 deletions

View File

@@ -177,8 +177,6 @@ int init_crypto(struct crypt_device *ctx);
int crypt_get_debug_level(void);
int crypt_memlock_inc(struct crypt_device *ctx);
int crypt_memlock_dec(struct crypt_device *ctx);
void crypt_process_priority(struct crypt_device *cd, int *priority, bool raise);
int crypt_metadata_locking_enabled(void);