aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-07-16 19:49:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-16 19:49:33 +0000
commit181cd0aa7f4df29d92308a890b1aa78964b4549a (patch)
tree9b5f4b220260c248b0188356689c1b0f362b2fea /e2fsck/problem.h
parent7a628326847a8ed588c0fa75a2b8ddeb77c782e0 (diff)
parentae2fb8b71d5dcee8da6444cf6a430c6d4c57ec8a (diff)
downloadandroid_external_e2fsprogs-181cd0aa7f4df29d92308a890b1aa78964b4549a.tar.gz
android_external_e2fsprogs-181cd0aa7f4df29d92308a890b1aa78964b4549a.tar.bz2
android_external_e2fsprogs-181cd0aa7f4df29d92308a890b1aa78964b4549a.zip
am ae2fb8b7: am f65354a9: Merge "Add bare-bones encryption support to e2fsck"
* commit 'ae2fb8b71d5dcee8da6444cf6a430c6d4c57ec8a': Add bare-bones encryption support to e2fsck
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r--e2fsck/problem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h
index 1887fd9c..240326e5 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -625,6 +625,9 @@ struct problem_context {
/* Couldn't clone file (error) */
#define PR_1D_CLONE_ERROR 0x013008
+/* Error allocating memory for encrypted directory list */
+#define PR_1_ALLOCATE_ENCRYPTED_DIRLIST 0x01007E
+
/*
* Pass 2 errors
*/