Add no flush internal suspend/resume flag.

This commit is contained in:
Ondrej Kozina
2019-03-14 15:28:08 +01:00
committed by Milan Broz
parent ea4b586c77
commit 379016fd78
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ struct crypt_params_integrity;
#define DM_RESUME_PRIVATE (1 << 4) /* CRYPT_ACTIVATE_PRIVATE */
#define DM_SUSPEND_SKIP_LOCKFS (1 << 5)
#define DM_SUSPEND_WIPE_KEY (1 << 6)
#define DM_SUSPEND_NOFLUSH (1 << 7)
static inline uint32_t act2dmflags(uint32_t act_flags)
{