mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add support for high-priority dm-crypt flag.
This patch add new --perf-high_priority cryptsetup option for flga added in Linux kernel 6.10, dm-crypt target version 1.26.
This commit is contained in:
@@ -1504,6 +1504,8 @@ int crypt_keyslot_destroy(struct crypt_device *cd, int keyslot);
|
||||
#define CRYPT_ACTIVATE_RECALCULATE_RESET (UINT32_C(1) << 26)
|
||||
/** dm-verity: try to use tasklets */
|
||||
#define CRYPT_ACTIVATE_TASKLETS (UINT32_C(1) << 27)
|
||||
/** dm-crypt: use high-priority workqueues */
|
||||
#define CRYPT_ACTIVATE_HIGH_PRIORITY (UINT32_C(1) << 28)
|
||||
|
||||
/**
|
||||
* Active device runtime attributes
|
||||
|
||||
Reference in New Issue
Block a user