aboutsummaryrefslogtreecommitdiffstats
path: root/lib/e2p/pf.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-14 22:50:51 -0400
committerPaul Lawrence <paullawrence@google.com>2015-07-18 19:11:47 -0700
commit07a7be75a7442ef6c6e84f12492382a4d8aeb735 (patch)
tree5fd27f3b98f622f138200c05705d1d58bc98d8a9 /lib/e2p/pf.c
parentb2cc45fe711dc42c8c0444584b2513ac59b3ad3b (diff)
downloadandroid_external_e2fsprogs-07a7be75a7442ef6c6e84f12492382a4d8aeb735.tar.gz
android_external_e2fsprogs-07a7be75a7442ef6c6e84f12492382a4d8aeb735.tar.bz2
android_external_e2fsprogs-07a7be75a7442ef6c6e84f12492382a4d8aeb735.zip
Add bare-bones encryption support to e2fsck
Bug: 22483407 Change-Id: I4e9c4e4c855454c7458c85afba47b01eb0111b20 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'lib/e2p/pf.c')
-rw-r--r--lib/e2p/pf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c
index 6dd29f63..2fb5c8cd 100644
--- a/lib/e2p/pf.c
+++ b/lib/e2p/pf.c
@@ -41,6 +41,8 @@ static struct flags_name flags_array[] = {
{ EXT2_DIRTY_FL, "Z", "Compressed_Dirty_File" },
{ EXT2_NOCOMPR_FL, "X", "Compression_Raw_Access" },
{ EXT2_ECOMPR_FL, "E", "Compression_Error" },
+#else
+ { EXT4_ENCRYPT_FL, "E", "Encrypted" },
#endif
{ EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" },
{ EXT2_INDEX_FL, "I", "Indexed_directory" },