mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Move LUKS_STRIPES definition to macros definitions.
To be used in repair code later.
This commit is contained in:
@@ -57,4 +57,9 @@
|
||||
|
||||
#define OPAL_PSID_LEN 32
|
||||
|
||||
/* LUKS AF stripes, never set to any other value than 4000 */
|
||||
#ifndef LUKS_STRIPES
|
||||
# define LUKS_STRIPES 4000
|
||||
#endif
|
||||
|
||||
#endif /* _LIBCRYPTSETUP_MACROS_H */
|
||||
|
||||
Reference in New Issue
Block a user