aboutsummaryrefslogtreecommitdiff
path: root/ubifs-utils/mkfs.ubifs/ubifs.h
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2018-10-18 16:36:44 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2018-11-01 12:37:56 +0100
commit9125b652119afb403fbedef9c9be38adf9537d66 (patch)
tree6844c7645c26964f442213ce4bbcabbfa05c948c /ubifs-utils/mkfs.ubifs/ubifs.h
parent4d8c2599d463f11fd0e95de1aa30ad2e6972786f (diff)
mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTION
...and set UBIFS format version Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'ubifs-utils/mkfs.ubifs/ubifs.h')
-rw-r--r--ubifs-utils/mkfs.ubifs/ubifs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubifs-utils/mkfs.ubifs/ubifs.h b/ubifs-utils/mkfs.ubifs/ubifs.h
index 5a4af99..c26d094 100644
--- a/ubifs-utils/mkfs.ubifs/ubifs.h
+++ b/ubifs-utils/mkfs.ubifs/ubifs.h
@@ -410,6 +410,7 @@ struct ubifs_info
int big_lpt;
int space_fixup;
int double_hash;
+ int encrypted;
long long lpt_sz;
int ltab_lnum;