aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-02-23 17:44:23 -0500
committerTheodore Ts'o <tytso@mit.edu>2015-02-23 17:44:23 -0500
commitdbff534ec685ea0815544746558dbd3e31284912 (patch)
tree3af28b46d6ddd12709b748b0303db6cef3e1b2b1 /e2fsck/e2fsck.h
parent8b39e4cf77fa1937879b42faf1f445dc600e2f46 (diff)
downloadandroid_external_e2fsprogs-dbff534ec685ea0815544746558dbd3e31284912.tar.gz
android_external_e2fsprogs-dbff534ec685ea0815544746558dbd3e31284912.tar.bz2
android_external_e2fsprogs-dbff534ec685ea0815544746558dbd3e31284912.zip
e2fsck: suppress bad name checks for encrypted directories
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index 615ad75e..b895f1ee 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -368,6 +368,7 @@ struct e2fsck_struct {
int ext_attr_ver;
profile_t profile;
int blocks_per_page;
+ ext2_u32_list encrypted_dirs;
/* Reserve blocks for root and l+f re-creation */
blk64_t root_repair_block, lnf_repair_block;