aboutsummaryrefslogtreecommitdiffstats
path: root/lib/e2p/pf.c
diff options
context:
space:
mode:
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" },